Skip to content

Commit

Permalink
build: debug typechain
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Jun 13, 2024
1 parent b4133dc commit 4d56c3f
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 @@ -52,7 +52,7 @@
"scripts": {
"clean": "forge clean && rm -rf types dist",
"build": "forge build && yarn types && yarn abis && yarn bytecode && tsup",
"types": "typechain --target ethers-v6 --out-dir ./src/generated ./forge-out/**/*.json",
"types": "typechain --target ethers-v6 --show-stack-traces --out-dir ./src/generated ./forge-out/*.sol/*.json",
"forge-build": "forge clean && forge build",
"abis": "wagmi generate",
"bytecode": "node ./generate-bytecode.mjs",
Expand Down

0 comments on commit 4d56c3f

Please sign in to comment.