We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3fb7f commit e315c8fCopy full SHA for e315c8f
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"dev": "next dev",
8
- "build": "next build",
+ "build": "drizzle-kit migrate && next build",
9
"start": "next start",
10
"lint": "next lint",
11
"db:generate": "drizzle-kit generate",
0 commit comments