Skip to content

Commit 334db1c

Browse files
authored
Add npm run watch
1 parent ee3ac24 commit 334db1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"pretest": "npm run tslint && npm run clean && npm run compile",
1414
"test": "nyc ava",
1515
"test:watch": "ava --watch",
16-
"tslint": "tslint --project tsconfig.json"
16+
"tslint": "tslint --project tsconfig.json",
17+
"watch": "npm run test:watch"
1718
},
1819
"ava": {
1920
"files": [

0 commit comments

Comments
 (0)