Add build:watch command to all TS packages

This commit is contained in:
Leonid Logvinov
2018-02-01 12:30:41 +01:00
parent 6682abf89d
commit 09659cc304
15 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build:watch": "tsc -w",
"build": "tsc",
"clean": "shx rm -rf lib",
"lint": "tslint --project . 'src/**/*.ts'"