diff --git a/frontend/package.json b/frontend/package.json index 8891359..1a2e83b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --prod --build-optimizer", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint",