Skip to content

Commit

Permalink
Update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed Oct 22, 2015
1 parent 246c572 commit 48c2f0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
"react-toolbox": "./react-toolbox/components"
},
"scripts": {
"start": "npm run build & webpack-dev-server --hot",
"start": "webpack-dev-server --hot",
"build": "webpack",
"watch": "webpack --watch",
"lint": "eslint ./components/**/*.jsx",
"eslint": "eslint ./components/**/*.jsx",
"deploy": "NODE_ENV=production webpack -p",
"test": "karma start",
"test:watch": "karma start --no-single-run"
Expand Down

0 comments on commit 48c2f0d

Please sign in to comment.