Skip to content

Commit

Permalink
chore: explicitly install corepack in buildkite script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jan 14, 2025
1 parent 599ea88 commit b4f1878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/buildkite/build-code
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ build_grapher() {
# the bakedSite folder
(
cd owid-grapher
corepack install
yarn install
git rev-parse HEAD > /home/owid/live-data/bakedSite/head.txt
yarn cleanTsc
Expand Down

0 comments on commit b4f1878

Please sign in to comment.