From d83c57c3808983b27afa99555cb111d7220ed216 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 5 Jul 2023 15:52:10 +0200 Subject: [PATCH] fix: remake-bindings added to bootsrap Considering it a fix as it is part of our process --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index b0124523316..4f9ff08fd39 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -50,6 +50,7 @@ cd yarn-project yarn install --immutable # We do not need to build individual packages, yarn build will build the root tsconfig.json yarn build +yarn --cwd circuits.js remake-bindings cd .. echo