chore: update web workflow

This commit is contained in:
Mo
2022-06-09 10:19:07 -05:00
parent ed5285eecb
commit 4b241300ea
3 changed files with 7 additions and 5 deletions

View File

@@ -19,7 +19,9 @@
"build:web": "lerna run build --scope=@standardnotes/web",
"build:toast": "lerna run build --scope=@standardnotes/toast",
"build:styles": "lerna run build --scope=@standardnotes/styles",
"build:web:all": "yarn build:toast && yarn build:styles && yarn build:web",
"build:web:front": "yarn build:toast && yarn build:styles && yarn build:web",
"build:web:back": "lerna run build --scope=@standardnotes/web-server",
"build:web:all": "yarn build:web:front && build:web:back",
"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",