From 911a03ba3df7d7396afb22ea3e5b899dc161e351 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 13 Jul 2018 15:03:43 -0300 Subject: [PATCH] Cleanup docz scripts --- config/watcher.ts | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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",