Skip to content

Commit

Permalink
ci(changelog): Fix Vercel deployment (#10825)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Jul 25, 2024
1 parent ce6d620 commit a7f0a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"migrate:dev": "dotenv -e .env.development -- yarn prisma migrate reset"
Expand Down

0 comments on commit a7f0a5b

Please sign in to comment.