chore: update web workflow
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user