Skip to content

Commit

Permalink
Remove progress flag from production build
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb committed Aug 30, 2019
1 parent d61ffb4 commit b28a9dd
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 @@ -22,7 +22,7 @@
"scripts": {
"build": "npm run test && npm run clean:dist && npm run version && npm run build:prod && npm run build:dev",
"build:dev": "webpack --progress --config ./config/webpack/webpack-dev",
"build:prod": "webpack --progress --config ./config/webpack/webpack-prod",
"build:prod": "webpack --config ./config/webpack/webpack-prod",
"commit": "git-cz",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
Expand Down

0 comments on commit b28a9dd

Please sign in to comment.