We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0ec0 commit 4c64d96Copy full SHA for 4c64d96
package.json
@@ -35,7 +35,7 @@
35
"test:drizzle-postgres": "pnpm -F adapter-drizzle test:postgres",
36
"test:prisma-postgres": "pnpm -F adapter-prisma test:postgres",
37
"cs": "changeset",
38
- "ci:publish": "pnpm build:pkg && pnpm publish -r --access public --publish-branch main && pnpm changeset tag",
+ "ci:publish": "pnpm -F adapter-prisma prisma:generate && pnpm build:pkg && pnpm publish -r --access public --publish-branch main && pnpm changeset tag",
39
"ci:version": "pnpm changeset version && pnpm install --no-frozen-lockfile && git add ."
40
},
41
"devDependencies": {
0 commit comments