Replace 'next lint' with 'eslint .' (next lint removed in Next.js 16)
CI / verify (push) Failing after 1m3s

This commit is contained in:
2026-05-09 17:41:38 +02:00
parent 0022ecc30e
commit ae1bdbd084
+1 -1
View File
@@ -6,7 +6,7 @@
"dev": "next dev --turbo", "dev": "next dev --turbo",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "eslint .",
"type-check": "tsc --noEmit", "type-check": "tsc --noEmit",
"prisma:generate": "prisma generate", "prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate dev" "prisma:migrate": "prisma migrate dev"