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 8c7f3a5 commit 4911f62Copy full SHA for 4911f62
package.json
@@ -8,6 +8,7 @@
8
"clean:lib": "rimraf lib/*",
9
"precommit": "lint-staged",
10
"build": "yarn clean:lib && webpack --progress --colors --env build",
11
+ "build:watch": "yarn clean:lib && webpack --progress --colors --watch --env build",
12
"dev": "yarn clean:lib && webpack --progress --colors --watch --env dev",
13
"lint": "eslint src/**/*.js",
14
"test": "yarn lint && jest --coverage --verbose",
0 commit comments