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