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 13a084b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ checkoutLocation: front
github:
prebuilds:
master: true
branches: false
branches: true
pullRequests: true
pullRequestsFromForks: false
addCheck: false
Expand Down 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 13a084b

Please sign in to comment.