Skip to content

Commit

Permalink
fix foundry generate script (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Oct 14, 2024
1 parent ba03f13 commit 2270abb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/selfish-singers-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-eth": patch
---

fix foundry generate script
4 changes: 3 additions & 1 deletion templates/solidity-frameworks/foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
"chain": "yarn workspace @se-2/foundry chain",
"deploy": "yarn workspace @se-2/foundry deploy",
"deploy:verify": "yarn workspace @se-2/foundry deploy:verify",
"account:generate": "yarn workspace @se-2/foundry account:generate",
"account:import": "yarn workspace @se-2/foundry account:import",
"foundry:lint": "yarn workspace @se-2/foundry lint",
"foundry:test": "yarn workspace @se-2/foundry test",
"foundry:format": "yarn workspace @se-2/foundry format",
"test": "yarn foundry:test",
"verify": "yarn workspace @se-2/foundry verify",
"generate": "yarn workspace @se-2/foundry generate",
"generate": "yarn account:generate",
"flatten": "yarn workspace @se-2/foundry flatten",
"format": "yarn next:format && yarn foundry:format"
}
Expand Down

0 comments on commit 2270abb

Please sign in to comment.