From 1b0fc90242c7938cf4e9fba3e76bda91e67b9904 Mon Sep 17 00:00:00 2001 From: Marigold Date: Thu, 7 Mar 2024 16:33:38 +0100 Subject: [PATCH] :bug: run yarn install when deploying content --- ops/buildkite/deploy-content | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/buildkite/deploy-content b/ops/buildkite/deploy-content index cfd38e84d58..39b4355c020 100755 --- a/ops/buildkite/deploy-content +++ b/ops/buildkite/deploy-content @@ -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