Skip to content

Commit

Permalink
vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 22, 2024
1 parent 0737547 commit 6a8dabd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/swc-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build:next": "next build",
"dev": "next dev -p 50000",
"lint": "next lint",
"start": "next start"
"start": "next start",
"vercel:build": "pnpm db:build && pnpm build:next"
},
"dependencies": {
"@auth/prisma-adapter": "^2.4.1",
Expand Down

0 comments on commit 6a8dabd

Please sign in to comment.