Skip to content

Commit fee77ad

Browse files
committed
feat(package.json): Add watch script
1 parent 0abdd60 commit fee77ad

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
@@ -20,7 +20,8 @@
2020
"tslint": "tslint --project .",
2121
"build": "npm run tslint && webpack --mode production",
2222
"prepublishOnly": "npm run build",
23-
"test": "npm run build && mocha -r ts-node/register -r jsdom-global/register 'test/**/*.ts'"
23+
"test": "npm run build && mocha -r ts-node/register -r jsdom-global/register 'test/**/*.ts'",
24+
"watch": "npx webpack --watch --mode=development"
2425
},
2526
"devDependencies": {
2627
"@types/chai": "^4.3.3",

0 commit comments

Comments
 (0)