diff options
Diffstat (limited to 'packages/connect/package.json')
-rw-r--r-- | packages/connect/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |