Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
pulgueta committed Feb 9, 2024
1 parent aa548b4 commit 223a92b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"start": "next start",
"lint": "next lint",
"test": "playwright test",
"vercel-build": "pnpm run migrate && vercel --prod",
"migrate": "prisma migrate deploy --preview-feature && pnpm run generate",
"generate": "prisma generate"
"vercel-build": "pnpm run migrate && pnpm run build",
"migrate": "prisma migrate deploy --preview-feature && prisma generate"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.10",
Expand Down

0 comments on commit 223a92b

Please sign in to comment.