remove the database migration script from GH CICD pipeline
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "pnpm run db:migrate && next build",
|
||||
"build:ci": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint .",
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user