mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-08-02 05:59:33 +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",
|
||||
"export": "next export",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"vercel-build": "prisma generate && prisma migrate deploy && next build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
|
Reference in New Issue
Block a user