Skip to content

Commit

Permalink
🐛 Skip test utils too
Browse files Browse the repository at this point in the history
  • Loading branch information
davisshaver committed Sep 14, 2024
1 parent e1ab6c9 commit 97a5acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"build:with-ir": "forge build --extra-output ir",
"build": "forge build",
"build:slither": "forge build --build-info --skip */test/** */script/** --force",
"build:slither": "forge build --build-info --skip */test/** */test/*/** */script/** --force",
"chain": "anvil --fork-url https://mainnet.infura.io/v3/$INFURA_API_KEY",
"clean": "forge clean",
"generate-ir": "cat ./out/ProtoGravaNFT.sol/ProtoGravaNFT.json | jq -r .ir | perl -pe 's/\\n/\n/g' > ./out/ir.sol",
Expand Down

0 comments on commit 97a5acb

Please sign in to comment.