From 3777f19a69e60b19ff3f23af2b505ab79394946f Mon Sep 17 00:00:00 2001
From: William ARSAC <william.arsac@aiso.com>
Date: Fri, 3 Jul 2020 09:47:53 +0200
Subject: [PATCH] feat: syntax adaptation in NPM script

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 08ebabd05..053cf6aa5 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
     "start:nodocker": "npm run prepare && npm run generate-models && npm run serve -- -c no-docker",
     "start:standalone": "npm run prepare && npm run generate-models && npm run serve -- -c standalone",
     "start:dlcmtest": "npm run prepare && npm run generate-models && npm run serve -- -c dlcmtest-local",
-    "start:dlcmtest:no-watch": "npm run start:dlcmtest -- --watch false",
+    "start:dlcmtest:no-watch": "npm run start:dlcmtest -- --watch=false",
     "start:noapigenerate": "npm run prepare && npm run serve",
     "build": "npm run prepare && ng build --aot=true --prod=true --source-map=false",
     "test": "npm run prepare && ng test --no-progress --code-coverage",
-- 
GitLab