typegen before lint

This commit is contained in:
2025-11-01 16:30:43 +01:00
parent 21500558ee
commit f79930f464

View File

@@ -6,7 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint . && npx tsc --noEmit"
"lint": "next typegen && eslint . && npx tsc --noEmit"
},
"dependencies": {
"class-variance-authority": "^0.7.1",