Skip to content

Commit

Permalink
chore(build): remove useless dev build in prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Oct 6, 2015
1 parent ebc0dd2 commit d4b26dd
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 @@ -3,7 +3,7 @@
"version": "0.1.0",
"main": "start.js",
"scripts": {
"build": "webpack & webpack --config webpack.config.production.js",
"build": "webpack --config webpack.config.production.js",
"prod": "npm run build && NODE_ENV=prod npm start",
"dev": "node webpack-dev-server.js & PORT=3001 nodemon start.js -e js",
"lint": "eslint ./{components,stores,actions,api,config}/*.js ./{components,stores,actions,api,config}/**/*.js app.js client.js routes.js server.js start.js",
Expand Down

0 comments on commit d4b26dd

Please sign in to comment.