Skip to content

Commit

Permalink
Replace size script
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal committed Apr 25, 2024
1 parent e2a282c commit c9a3317
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 @@ -8,7 +8,7 @@
"compile": "forge compile",
"test": "forge test",
"coverage": "forge coverage --report lcov",
"size": "hardhat size-contracts",
"size": "forge build --sizes --force",
"clean": "rm -rf ./cache ./out ./artifacts ./cache ./lcov.info",
"format": "prettier --write \"./**/*.{js,ts,json,md,sol,yaml,yml}\"",
"anvil": "anvil --fork-url https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161 --chain-id 31337 --balance 1000"
Expand Down

0 comments on commit c9a3317

Please sign in to comment.