Skip to content

Commit 5d25e10

Browse files
committed
Add watch npm script for watching files & recompiling
1 parent 0fe8757 commit 5d25e10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

v3/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"scripts": {
2020
"build": "webpack",
21+
"watch": "webpack --watch",
2122
"dist": "webpack --config webpack.dist.config.js",
2223
"lint": "eslint --config .eslintrc.json \"src/**/*.js\"",
2324
"sloc": "node-sloc './src' --include-extensions \"js\""

0 commit comments

Comments
 (0)