From 09659cc3041e8662e64beab2728477f3437c1ced Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 1 Feb 2018 12:30:41 +0100 Subject: Add build:watch command to all TS packages --- packages/connect/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/connect') diff --git a/packages/connect/package.json b/packages/connect/package.json index 2dbd97dc4..2a7c29e9c 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -6,6 +6,7 @@ "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "scripts": { + "build:watch": "tsc -w", "build": "tsc", "clean": "shx rm -rf _bundles lib test_temp", "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_DIR", -- cgit