From 6cdad32eb3d312d5c63fd436c323e517675f1be3 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Fri, 1 Jan 2021 21:58:42 +0100 Subject: [PATCH] change envoy --- Envoy.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index d0f2eb3..3b0eafc 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -56,8 +56,8 @@ php artisan down git reset --hard HEAD git pull origin {{ $config->prod_branch }} - composer install - npm install + composer install --no-dev + npm install --only=dependencies npm run production php artisan migrate --force php artisan optimize