Add watch to tests

This commit is contained in:
Dolan
2018-01-24 13:08:34 +00:00
parent d0bd83d6c5
commit 2132c7b6da

View File

@ -6,6 +6,7 @@
"scripts": {
"pretest": "rimraf ./build",
"test": "mocha-webpack \"src/**/*.ts\"",
"test-watch": "mocha-webpack \"src/**/*.ts\" --watch",
"prepublishOnly": "npm run build",
"lint": "tslint --project .",
"build": "npm run webpack",