Skip to content

Commit 58a8bb2

Browse files
Include migrate command with build command
1 parent 4f70c54 commit 58a8bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",
7-
"build": "next build",
7+
"build": "tsx lib/db/migrate && next build",
88
"start": "next start",
99
"lint": "next lint && biome lint --write --unsafe",
1010
"lint:fix": "next lint --fix && biome lint --write --unsafe",

0 commit comments

Comments
 (0)