Skip to content

Commit

Permalink
Changing build to production
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaQ committed Dec 5, 2017
1 parent 644f7b7 commit 743b9f9
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 @@ -9,7 +9,7 @@
"scripts": {
"watch": "webpack --progress --watch",
"start": "webpack-dev-server --open",
"build": "webpack"
"build": "NODE_ENV='production' webpack -p"
},
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down

0 comments on commit 743b9f9

Please sign in to comment.