Skip to content

Commit

Permalink
馃敤 sizes: check bytecode size limt
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 21, 2024
1 parent 1dc5754 commit 3789e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"scripts": {
"test": "concurrently 'npm:test:*' --group -c auto",
"test:fmt": "forge fmt --check",
"test:forge": "forge snapshot --check",
"test:sizes": "forge build --sizes --skip test",
"test:snapshot": "forge snapshot --check",
"test:solhint": "solhint '{src,script,test}/**/*.sol' --max-warnings=0",
"test:slither": "slither .",
"test:markdown": "markdownlint-cli2 .",
Expand Down

0 comments on commit 3789e25

Please sign in to comment.