Skip to content

Commit

Permalink
fix: rebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Dec 19, 2023
1 parent 8fc4ae3 commit aab463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir/test_programs/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process_dir() {
if [ -d ./target/ ]; then
rm -r ./target/
fi
cargo run compile --only-acir && cargo run execute witness
nargo compile --only-acir && nargo execute witness

if [ -d "$current_dir/acir_artifacts/$dir_name/target" ]; then
rm -r "$current_dir/acir_artifacts/$dir_name/target"
Expand Down

0 comments on commit aab463c

Please sign in to comment.