Add prod flag to ng build in package.json

This commit is contained in:
Marcel Schwarz 2020-12-26 20:26:23 +01:00
parent 570b397173
commit 44da56f823

View File

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build --prod",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"