mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 23:39:20 +08:00
Cleanup docz scripts
This commit is contained in:
+1
-3
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user