lint -> check (add typescript checks)
This commit is contained in:
parent
570c8a3aae
commit
6453d71a34
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user