Skip to content

Commit

Permalink
chore: update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
pulgueta committed May 11, 2024
1 parent ce91d6e commit 87ad33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "next start",
"lint": "next lint",
"test": "playwright test",
"vercel-build": "pnpm run migrate && pnpm run build",
"vercel-build": "pnpm run db:push && pnpm run db:generate && pnpm run build",
"migrate": "prisma migrate deploy --preview-feature && prisma generate"
},
"dependencies": {
Expand Down

0 comments on commit 87ad33c

Please sign in to comment.