fix: lancement de la commande npm run build, source directe pour l'image du runner

This commit is contained in:
ineszang44
2026-09-21 10:40:14 +02:00
parent 99db807e3c
commit 93afc6031c
4 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "node node_modules/@angular/cli/bin/ng.js build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --watch=false"
"test:ci": "ng test --watch=false"
},
"private": true,
"packageManager": "npm@11.19.0",