Skip to content

Commit

Permalink
🐛 run yarn install when deploying content
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Mar 7, 2024
1 parent 53668ff commit 1b0fc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/buildkite/deploy-content
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ bake_site() {

(
cd owid-grapher

yarn install
yarn buildTsc
mkdir -p /home/owid/live-data/bakedSite/grapher
yarn buildLocalBake $BAKED_BASE_URL /home/owid/live-data/bakedSite
Expand Down

0 comments on commit 1b0fc90

Please sign in to comment.