Skip to content

Commit

Permalink
install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 2, 2024
1 parent 3e1fab1 commit 2ccb5d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ tasks:
export PREVIEW_URL=${NEXT_PUBLIC_DRUPAL_BASE_URL#"https://"} &&
blt blt:telemetry:disable --no-interaction &&
blt settings &&
blt drupal:install -n
blt drupal:install -n &&
cd /workspace/front &&
yarn install
command: |
cd /workspace/back &&
echo 'Restarting Apache' &&
Expand Down

0 comments on commit 2ccb5d9

Please sign in to comment.