From f0ffd63bfaf5e346496a8b560e628be052c79fb0 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Tue, 27 Oct 2020 17:51:46 +0100
Subject: [PATCH] fix: build issue

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 8c71c182f..db0c26f55 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
   "scripts": {
     "ng": "ng",
     "start": "ng serve --configuration=fr --proxy-config proxy.conf.json",
-    "build:prod": "ng build --configuration=production,fr --output-path=dist",
-    "build:dev": "ng build --configuration=fr --output-path=dist",
+    "build:prod": "ng build --prod --configuration=production,fr --output-path=dist",
+    "build:dev": "ng build --prod --configuration=fr --output-path=dist",
     "test": "ng test",
     "lint": "ng lint",
     "e2e": "ng e2e",
-- 
GitLab