We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0844d commit 393fd80Copy full SHA for 393fd80
noir/bootstrap.sh
@@ -137,7 +137,8 @@ function install_deps {
137
if ! command -v just &>/dev/null; then
138
cargo-binstall just --version 1.42.4 -y --secure
139
fi
140
- just --justfile ./noir-repo/justfile install-tools
+ just --justfile ./noir-repo/justfile install-rust-tools
141
+ just --justfile ./noir-repo/justfile install-js-tools
142
}
143
144
export -f build_native build_packages noir_content_hash install_deps
0 commit comments