Skip to content

Commit

Permalink
feat(infrastructure): Display webpack-dev-server build progress (#1132)
Browse files Browse the repository at this point in the history
To help us debug why the build is taking so long
  • Loading branch information
acdvorak committed Aug 17, 2017
1 parent 09a763a commit 0754628
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 @@
"clean": "del-cli build/**",
"commitmsg": "validate-commit-msg",
"dist": "npm run clean && npm run build && npm run build:min",
"dev": "npm run clean && cross-env MDC_ENV=development webpack-dev-server --content-base demos --inline --hot --host 0.0.0.0",
"dev": "npm run clean && cross-env MDC_ENV=development webpack-dev-server --progress --content-base demos --inline --hot --host 0.0.0.0",
"fix:js": "eslint --fix packages test webpack.config.js karma.conf.js",
"fix:css": "stylefmt -r packages/**/*.scss",
"fix": "npm-run-all --parallel fix:*",
Expand Down

0 comments on commit 0754628

Please sign in to comment.