diff --git a/Front/skydivelogs-app/package.json b/Front/skydivelogs-app/package.json index c432f2c..d65cee4 100644 --- a/Front/skydivelogs-app/package.json +++ b/Front/skydivelogs-app/package.json @@ -5,7 +5,7 @@ "scripts": { "ng": "ng", "start": "ng serve", - "build": "ng build --env=prod", + "build": "ng build --configuration production", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e"