diff --git a/Web/package.json b/Web/package.json index 9d529a0..1665fb2 100644 --- a/Web/package.json +++ b/Web/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --host 0.0.0.0", - "build": "ng build", + "build": "ng build --configuration=production", "watch": "ng build --watch --configuration development", "test": "ng test" },