From c133ba3f8e99f4e3fb20063def640006ab6ef23f Mon Sep 17 00:00:00 2001 From: GracefulLight Date: Mon, 31 Jul 2017 18:24:00 +0900 Subject: [PATCH] composer parallel install plugin added https://github.com/hirak/prestissimo --- scripts/start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/start.sh b/scripts/start.sh index 7496767..99278c4 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -62,6 +62,7 @@ fi # Try auto install for composer if [ -f "/var/www/html/composer.lock" ]; then + composer global require hirak/prestissimo composer install --no-dev --working-dir=/var/www/html fi