Skip to content

Commit

Permalink
revert build env
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Sep 12, 2018
1 parent 16340b3 commit e138c3d
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 @@ -10,7 +10,7 @@
"test": "cross-env NODE_ENV=test jest",
"test-ci": "cross-env NODE_ENV=test jest --coverage; cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"start": "webpack-serve",
"build": "webpack"
"build": "webpack -p"
},
"serve": {
"content": [
Expand Down

0 comments on commit e138c3d

Please sign in to comment.