diff --git a/fuse-starter-v20.0.0/package.json b/fuse-starter-v20.0.0/package.json index e8537d1..5c395f2 100644 --- a/fuse-starter-v20.0.0/package.json +++ b/fuse-starter-v20.0.0/package.json @@ -8,7 +8,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build", + "build": "ng build --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test" },