template-web3-app icon indicating copy to clipboard operation
template-web3-app copied to clipboard

fix: npm prepare is error in windows10

Open ChendayUP opened this issue 1 year ago • 1 comments

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

ChendayUP avatar Dec 06 '23 07:12 ChendayUP

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

A member of the Team first needs to authorize it.

vercel[bot] avatar Dec 06 '23 07:12 vercel[bot]