template-web3-app
template-web3-app copied to clipboard
fix: npm prepare is error in windows10
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 is attempting to deploy a commit to the District Labs Team on Vercel.
A member of the Team first needs to authorize it.