From 593efd1613d5d88aee4ea64420b850cab9cc3310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 19 Dec 2019 07:59:17 +0100 Subject: [PATCH] updated update-all script --- scripts/update-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-all.sh b/scripts/update-all.sh index 96ff9dd..1c61e47 100755 --- a/scripts/update-all.sh +++ b/scripts/update-all.sh @@ -52,7 +52,7 @@ if [ $? != 0 ]; then exit 1 fi -composer install -o --no-dev +composer install -o pathCore="module/Monarc/Core" pathFO="module/Monarc/FrontOffice"