From a633f3b637704261c690bc6bff2b316d43269840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Fri, 2 Feb 2024 19:39:49 +0000 Subject: [PATCH] Add missing build_wasm call --- barretenberg/bootstrap_cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/bootstrap_cache.sh b/barretenberg/bootstrap_cache.sh index daa4abfc57a..71e081f77e8 100755 --- a/barretenberg/bootstrap_cache.sh +++ b/barretenberg/bootstrap_cache.sh @@ -10,4 +10,4 @@ extract_repo bb.js \ /usr/src/barretenberg/cpp/build-wasm-threads/bin ./cpp/build-wasm-threads echo -e "\033[1mBuilding ESM bb.ts...\033[0m" -(cd ts && ./bootstrap.sh esm) +(cd ts && SKIP_CPP_BUILD=1 ./scripts/build_wasm.sh && ./bootstrap.sh esm)