steven-tey / precedent

An opinionated collection of components, hooks, and utilities for your Next.js project.
https://precedent.dev
MIT License
4.65k stars 406 forks source link

Update package.json #44

Closed temrb closed 1 year ago

temrb commented 1 year ago

ran into pnpm run errors after clone; updating to next latest fixed

vercel[bot] commented 1 year ago

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

A member of the Team first needs to authorize it.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
precedent ❌ Failed (Inspect) Apr 26, 2023 6:35pm
steven-tey commented 1 year ago

This was because prisma generate was not run: https://github.com/prisma/prisma/issues/2584

I've fixed it with my latest commit but adding it to the dev and build steps