Ajout et mise à jour de configuration d'environnement (local et development)
This commit is contained in:
+3
-1
@@ -3,9 +3,11 @@
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"start": "ng serve --configuration development",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"local": "ng build --watch --configuration local",
|
||||
"lint": "ng lint",
|
||||
"test": "ng test"
|
||||
},
|
||||
"private": true,
|
||||
|
||||
Reference in New Issue
Block a user