Skip to content

Commit

Permalink
Run scarb clean before scarb check in verify_cairo_listings.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob committed Nov 21, 2024
1 parent 4df85ac commit 216c10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify_cairo_listings.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e

for d in ./docs/listings/*; do (cd "$d" && scarb check); done
for d in ./docs/listings/*; do (cd "$d" && scarb clean && scarb check); done

0 comments on commit 216c10b

Please sign in to comment.