From 81800e62d1785ddea4a74c0ea44f097e35fdd464 Mon Sep 17 00:00:00 2001 From: Elliott Marquez Date: Tue, 23 Jul 2019 17:59:02 -0700 Subject: [PATCH] fix watch:tests script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94cc41071..3ae1de36f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "build:tests": "tsc --build test/tsconfig.json && tsc --build test/tsconfig-node.json", "update-gh-pages": "npm run bootstrap && ./scripts/publish-demos.sh", "watch": "npm run bootstrap && node scripts/watcher.js", - "watch:tests": "npm run bootstrap && node scripts/watcher.js" + "watch:tests": "npm run bootstrap && tsc --build test/tsconfig.json -w & tsc --build test/tsconfig-node.json -w" }, "devDependencies": { "@types/command-line-args": "^5.0.0",