Skip to content

Commit

Permalink
fix slither
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 16, 2024
1 parent 4360b82 commit dd1c9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rm -rf abi && mkdir -p abi/examples
rm -rf typescript-types && mkdir typescript-types

for dir in ./examples/*/; do
for dir in ./examples/*/ ./omnichain/*/; do
subdir=$(echo $dir | cut -d'/' -f2)

cd $dir && yarn && npx hardhat compile --force && cp -r artifacts/contracts/* ../../abi/examples/ && cd ../../;
Expand Down

0 comments on commit dd1c9d9

Please sign in to comment.