diff --git a/config/watcher.ts b/config/watcher.ts index 35e916a35..871b5ca73 100644 --- a/config/watcher.ts +++ b/config/watcher.ts @@ -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: [], diff --git a/package.json b/package.json index 0bf4530e9..8f4702133 100644 --- a/package.json +++ b/package.json @@ -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",