Cleanup docz scripts

This commit is contained in:
Chi Vinh Le
2018-07-13 15:03:43 -03:00
parent 035d241a72
commit 911a03ba3d
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -42,9 +42,7 @@ const config: Config = {
},
runDocz: {
paths: [],
executor: new LongRunningExecutor(
"npm run docz:watch -- --websocketHost 192.168.5.5"
),
executor: new LongRunningExecutor("npm run docz -- dev"),
},
runJest: {
paths: [],
+1 -1
View File
@@ -19,7 +19,7 @@
"lint:server": "tslint --project ./src/tsconfig.json",
"lint:client": "tslint --project ./src/core/client/tsconfig.json",
"lint:scripts": "tslint --project ./tsconfig.json",
"docz:watch": "docz dev"
"docz": "docz"
},
"author": "",
"license": "Apache-2.0",