Skip to content

Commit 4bd0beb

Browse files
committed
make build more verbose
1 parent e5e74a6 commit 4bd0beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "A workflow for Angular made with Webpack",
55
"scripts": {
6-
"build": "rimraf public && webpack --env prod --bail",
6+
"build": "rimraf public && webpack --env prod --bail --progress --profile",
77
"server": "webpack-dev-server --env dev --history-api-fallback --inline --progress",
88
"test": "karma start --env test",
99
"test-watch": "karma start -env test --auto-watch --no-single-run",

0 commit comments

Comments
 (0)