mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
chore(package): add prisma migrate deploy to postinstall script
This commit is contained in:
parent
6a01fed089
commit
90e9829b79
@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"postinstall": "prisma generate",
|
"postinstall": "prisma generate && prisma migrate deploy",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user