From 0ec0f9f9e9e3c4aaa1dc844b169e89f3e92d4e63 Mon Sep 17 00:00:00 2001 From: iAmMichaelConnor Date: Tue, 8 Aug 2023 11:02:53 +0000 Subject: [PATCH] fix: yarn install in canary --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 2c8979b78fc..08ade9c5d2b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -37,7 +37,8 @@ fi circuits/cpp/bootstrap.sh # Build the canary -cd canary +cd canary +yarn install --immutable yarn build cd ..