Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 19, 2024
1 parent ff98e59 commit 6201b3d
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 @@ -5,7 +5,7 @@
"scripts": {
"check": "pnpm exec prettier --plugin prettier-plugin-solidity --check .",
"lint": "pnpm exec prettier --plugin prettier-plugin-solidity --write .",
"build": "forge build --sizes",
"build": "forge build --sizes --skip Token",
"exploits": "forge test -vvv --no-match-contract 'CollatzPuzzle|Delegation' --no-match-path test/Ethernaut/TokenExploit.t.sol"
},
"keywords": [],
Expand Down

0 comments on commit 6201b3d

Please sign in to comment.