remove the database migration script from GH CICD pipeline

This commit is contained in:
Leon van Zyl
2025-11-30 18:07:31 +02:00
parent 3c3936a6dc
commit adb574e334
7 changed files with 8 additions and 6 deletions

View File

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