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 246c572 commit 48c2f0dCopy full SHA for 48c2f0d
package.json
@@ -21,10 +21,9 @@
21
"react-toolbox": "./react-toolbox/components"
22
},
23
"scripts": {
24
- "start": "npm run build & webpack-dev-server --hot",
+ "start": "webpack-dev-server --hot",
25
"build": "webpack",
26
- "watch": "webpack --watch",
27
- "lint": "eslint ./components/**/*.jsx",
+ "eslint": "eslint ./components/**/*.jsx",
28
"deploy": "NODE_ENV=production webpack -p",
29
"test": "karma start",
30
"test:watch": "karma start --no-single-run"
0 commit comments