Skip to content

Commit cb2e5b4

Browse files
committed
Add start-prod and build-prod to package.json
1 parent c3cb204 commit cb2e5b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"lint": "ng lint",
88
"pree2e": "webdriver-manager update --standalone false --gecko false --quiet",
99
"build": "webpack",
10+
"build-prod": "webpack --config webpack.config.js.prod",
1011
"start": "webpack-dev-server --port=4200",
12+
"start-prod": "webpack-dev-server --port=4200 --config webpack.config.js.prod",
1113
"test": "karma start ./karma.conf.js",
1214
"e2e": "protractor ./protractor.conf.js"
1315
},

0 commit comments

Comments
 (0)