lint -> check (add typescript checks)
All checks were successful
Lint / Lint (push) Successful in 1m37s

This commit is contained in:
Felix Schulze 2025-05-06 14:58:24 +02:00
parent 7671813560
commit 0ca5e3915f

View File

@ -6,7 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"check": "next lint && npx tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",