From 23b67e8704b7aa47d795965b3d7557a3e942f8fa Mon Sep 17 00:00:00 2001 From: emizzle Date: Fri, 7 Jun 2019 16:04:12 +1000 Subject: [PATCH] fix watch script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f30cd7..f43ae01 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "reset": "npx rimraf .nyc_output build-test coverage dist embarkjs-omg-*.tgz package", "start": "npm run watch", "// test": "nyc --reporter=html --reporter=json mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register", - "watch": "run-p \"build:** --verbose --watch\"" + "watch": "run-p \"build:** -- --verbose --watch\"" }, "repository": { "type": "git",