Skip to content

Commit

Permalink
fix: update yarn install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Oct 29, 2024
1 parent f5219e6 commit 03d2a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/envs/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ZIP_URL=${4}

if [ ! -n "$ZIP_URL" ]
then
yarn install --frozen-lockfile
yarn install
# Install dependencies.
composer install --no-dev
yarn run build
Expand Down

0 comments on commit 03d2a8d

Please sign in to comment.