turbo-eth / template-web3-app

⚡️ Web3 App Template built using Next.js, RainbowKit, SIWE, Disco, and more!
https://www.turboeth.xyz
MIT License
318 stars 86 forks source link

fix: npm prepare is error in windows10 #186

Open ChendayUP opened 7 months ago

ChendayUP commented 7 months ago

when run pnpm i in windows10, the husky install will cause the npm prepare to fail to execute. change the "prepare": "husky install ; prisma generate ; wagmi generate" to "prepare": "prisma generate ; wagmi generate&&husky install " can execute success

vercel[bot] commented 7 months ago

@ChendayUP is attempting to deploy a commit to the District Labs Team on Vercel.

A member of the Team first needs to authorize it.