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:
Tianzhou (天舟)
2023-04-24 01:48:26 +08:00
committed by GitHub
parent 4a49b9d9c8
commit c74302a4a6

View File

@ -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",