Skip to content

Commit

Permalink
fix passing --no-progress to webpack
Browse files Browse the repository at this point in the history
we've added another level of script invocation since that line was written
  • Loading branch information
hawkrives committed Jul 23, 2018
1 parent 6234d35 commit 66dbf94
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 @@ -14,7 +14,7 @@
"cover": "jest --coverage && open coverage/index.html",
"flow": "flow",
"lint": "eslint --cache modules/",
"netlify": "npm run build -- --no-progress && npm run bugsnag",
"netlify": "npm run build -- -- --no-progress && npm run bugsnag",
"pretty": "prettier --write 'config/**/*.js' 'modules/**/*.{js,scss}'",
"p": "pretty-quick",
"start": "cd modules/gob-web && npm start",
Expand Down

0 comments on commit 66dbf94

Please sign in to comment.