packages/cli: add build option to watchDeps and use for app serve

This commit is contained in:
Patrik Oldsberg
2020-04-07 00:40:41 +02:00
parent d04453ecad
commit fe3254e165
4 changed files with 26 additions and 19 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"node": ">=12.0.0"
},
"scripts": {
"start": "yarn build && yarn workspace example-app start",
"start": "yarn workspace example-app start",
"bundle": "yarn build && yarn workspace example-app bundle",
"build": "lerna run build",
"test": "yarn build && lerna run test --since origin/master -- --coverage",