mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-26 09:34:13 +08:00
chore: add vercel-build script for CI/CD (#63)
* chore: update readme * chore: change to USAGE_DATABASE_URL * chore: add vercel-build
This commit is contained in:
@ -6,7 +6,8 @@
|
|||||||
"build": "next build",
|
"build": "next build",
|
||||||
"export": "next export",
|
"export": "next export",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint",
|
||||||
|
"vercel-build": "prisma generate && prisma migrate deploy && next build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.10.6",
|
"@emotion/react": "^11.10.6",
|
||||||
|
Reference in New Issue
Block a user