Skip to content

Commit 48c2f0d

Browse files
committed
Update package json
1 parent 246c572 commit 48c2f0d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121
"react-toolbox": "./react-toolbox/components"
2222
},
2323
"scripts": {
24-
"start": "npm run build & webpack-dev-server --hot",
24+
"start": "webpack-dev-server --hot",
2525
"build": "webpack",
26-
"watch": "webpack --watch",
27-
"lint": "eslint ./components/**/*.jsx",
26+
"eslint": "eslint ./components/**/*.jsx",
2827
"deploy": "NODE_ENV=production webpack -p",
2928
"test": "karma start",
3029
"test:watch": "karma start --no-single-run"

0 commit comments

Comments
 (0)