We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abdd60 commit fee77adCopy full SHA for fee77ad
package.json
@@ -20,7 +20,8 @@
20
"tslint": "tslint --project .",
21
"build": "npm run tslint && webpack --mode production",
22
"prepublishOnly": "npm run build",
23
- "test": "npm run build && mocha -r ts-node/register -r jsdom-global/register 'test/**/*.ts'"
+ "test": "npm run build && mocha -r ts-node/register -r jsdom-global/register 'test/**/*.ts'",
24
+ "watch": "npx webpack --watch --mode=development"
25
},
26
"devDependencies": {
27
"@types/chai": "^4.3.3",
0 commit comments