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

@@ -8,6 +8,7 @@
"test": "test"
},
"scripts": {
"build:watch": "tsc -w",
"prebuild": "run-s clean copy_artifacts",
"copy_artifacts": "copyfiles './build/**/*' './deploy/solc/solc_bin/*' './deploy/test/fixtures/contracts/**/*' './deploy/test/fixtures/contracts/*' ./lib",
"build": "tsc",