Skip to content

Commit 4911f62

Browse files
committed
adds "build:watch" script
1 parent 8c7f3a5 commit 4911f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"clean:lib": "rimraf lib/*",
99
"precommit": "lint-staged",
1010
"build": "yarn clean:lib && webpack --progress --colors --env build",
11+
"build:watch": "yarn clean:lib && webpack --progress --colors --watch --env build",
1112
"dev": "yarn clean:lib && webpack --progress --colors --watch --env dev",
1213
"lint": "eslint src/**/*.js",
1314
"test": "yarn lint && jest --coverage --verbose",

0 commit comments

Comments
 (0)