chore: workflows

This commit is contained in:
Mo
2022-06-10 19:40:18 -05:00
parent 40e9f76381
commit e7622d3dcf
2 changed files with 36 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
"build:web:front": "yarn build:icons && 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 && yarn build:web:back",
"build:components": "lerna run build --scope=@standardnotes/components-meta",
"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",