second commit
Some checks failed
Angular Docker CI/CD / build-and-deploy (push) Has been cancelled

This commit is contained in:
faviem
2026-04-01 18:24:04 +01:00
parent be395dce23
commit 321dca04b4
5 changed files with 88 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},