Closed vawogbemi closed 10 months ago
I'm getting an error in the github actions log and I think that results in seeding giving me an error too. Note that I changed my deploy.yml to work with pnpm instead of npm.
Or might it be an error with the seed command?
It was an error with pnpm dlx: https://github.com/prisma/prisma/discussions/19111
I fixed it using this
run: pnpm dlx tsx prisma/seed.ts
I'm getting an error in the github actions log and I think that results in seeding giving me an error too. Note that I changed my deploy.yml to work with pnpm instead of npm.