Skip to content

Commit

Permalink
use global webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagaddipati committed Jun 10, 2016
1 parent 7d8ba91 commit f06a1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"scripts": {
"build": "npm install && npm run package && npm run vulcanize",
"package": "$(npm bin)/webpack --release=true --colors --progress",
"package": "webpack --release=true --colors --progress",
"lint": "eslint src/main/jsx/**/*",
"watch": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.config.dev.js --colors --progress --hot --inline --port 3000",
"test": "$(npm bin)/karma start",
Expand Down

0 comments on commit f06a1f3

Please sign in to comment.