From 1d90820fe5d1fbc23bfac8a8e0b63e873ed4a1f6 Mon Sep 17 00:00:00 2001 From: girishpanchal30 Date: Tue, 29 Oct 2024 08:52:44 +0530 Subject: [PATCH] fix: unable to find local grunt --- bin/envs/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/envs/init.sh b/bin/envs/init.sh index a8b5b08307..5700593769 100755 --- a/bin/envs/init.sh +++ b/bin/envs/init.sh @@ -7,6 +7,7 @@ ZIP_URL=${4} if [ ! -n "$ZIP_URL" ] then + yarn global add grunt-cli yarn install --frozen-lockfile # Install dependencies. composer install --no-dev