Petit changement sur la commande "build"

This commit is contained in:
Sébastien André
2019-11-10 19:32:22 +01:00
parent b95eedbf7c
commit f3f9b91a15
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"appService.showBuildDuringDeployPrompt": false
}

View File

@@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"build": "ng build --prod --build-optimizer",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"