Fix on the configuration

This commit is contained in:
2026-01-21 20:00:17 +01:00
parent f6c21258fd
commit dbde9eaff4

View File

@@ -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"