fix: lancement de la commande npm run build, source directe pour l'image du runner
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user