typegen before lint
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user