chore: lockfile

This commit is contained in:
Mo
2022-06-14 16:16:38 -05:00
parent c98bb1a00e
commit 1d34210a37
17 changed files with 38 additions and 38 deletions

View File

@@ -19,7 +19,7 @@
"build:desktop": "yarn workspaces foreach -pt --verbose -R --from @standardnotes/desktop run build",
"build:mobile": "yarn workspaces foreach -pt --verbose -R --from @standardnotes/mobile run build",
"build:web-server": "yarn workspaces foreach -pt --verbose -R --from @standardnotes/web-server run build",
"compile:components": "yarn workspace @standardnotes/components-meta compile",
"compile:components": "yarn workspace @standardnotes/components-meta run compile",
"start:server:web": "lerna run start --scope=@standardnotes/web-server",
"start:server:web:localhost": "lerna run start:no-binding --scope=@standardnotes/web-server",
"prepare": "husky install",