Skip to content

Commit

Permalink
fix: fix CLI builds for yarn and pnpm (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach authored Nov 5, 2024
1 parent 2985add commit b697b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions create-onchain/templates/next/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# You can remove this file if you don't want to use Yarn package manager.
nodeLinker: node-modules
1 change: 1 addition & 0 deletions create-onchain/templates/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"next": "14.2.15",
"react": "^18",
"react-dom": "^18",
"@tanstack/react-query": "^5",
"wagmi": "^2.12.25",
"viem": "^2.21.40"
},
Expand Down

0 comments on commit b697b3b

Please sign in to comment.