diff --git a/package.json b/package.json index 807ec20..2f59381 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build", + "build:prod": "ng build --configuration=production", "watch": "ng build --watch --configuration development", "test": "ng test" },