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/assert/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/assert/package.json') diff --git a/packages/assert/package.json b/packages/assert/package.json index fa2de5c0a..66ef2e010 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -5,6 +5,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", "lint": "tslint --project . 'src/**/*.ts' 'test/**/*.ts'", -- cgit