diff --git a/package.json b/package.json index b88ef0b..70b2bcd 100644 --- a/package.json +++ b/package.json @@ -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",