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

@@ -4,6 +4,7 @@
"private": true,
"description": "Helper scripts for the monorepo",
"scripts": {
"build:watch": "tsc -w",
"deps_versions": "node ./lib/deps_versions.js",
"lint": "tslint --project . 'src/**/*.ts'",
"clean": "shx rm -rf lib",