diff --git a/package.json b/package.json index 6e208a4..2ab3398 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --prod", + "build": "ng build --configuration production", "build:prod": "ng build --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test",