Skip to content

Commit

Permalink
chore: 🚀 ensure prisma will generate schemas, etc, in prod!
Browse files Browse the repository at this point in the history
  • Loading branch information
neopromic committed Nov 22, 2024
1 parent f9f02e1 commit 9501c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
Expand Down Expand Up @@ -56,4 +56,4 @@
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
}

0 comments on commit 9501c29

Please sign in to comment.