Fix migrate script (#560)
This commit is contained in:
parent
fdd0acef59
commit
ef1403441e
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev --turbo",
|
||||
"build": "next build",
|
||||
"build": "tsx lib/db/migrate && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint && biome lint --write --unsafe",
|
||||
"lint:fix": "next lint --fix && biome lint --write --unsafe",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue