build:watch
This commit is contained in:
parent
291250653f
commit
9ac6f5db1f
|
@ -15,7 +15,7 @@
|
|||
"scripts": {
|
||||
"prebuild": "rimraf dist/**/*",
|
||||
"build": "tsc",
|
||||
"start": "tsc -watch",
|
||||
"build:watch": "tsc -watch",
|
||||
"lint": "tslint src/**/*.ts || true",
|
||||
"lint:fix": "tslint src/**/*.ts --fix",
|
||||
"test": "karma start --single-run",
|
||||
|
|
Loading…
Reference in New Issue