chore: workflows

This commit is contained in:
Mo
2022-06-12 20:41:38 -05:00
parent b46a229970
commit 6642dbad51
10 changed files with 14 additions and 15 deletions

View File

@@ -20,10 +20,6 @@
"build:toast": "yarn workspace @standardnotes/toast build",
"build:styles": "yarn workspace @standardnotes/styles build",
"build:web": "yarn workspace @standardnotes/web build",
"build:web:front": "yarn build:icons && yarn build:toast && yarn build:styles && yarn build:components && yarn build:web",
"build:web:back": "yarn workspace @standardnotes/web-server build",
"build:web:all": "yarn build:web:front && yarn build:web:back",
"build:components": "yarn workspace @standardnotes/components-meta build",
"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",