lint -> check (add typescript checks)
All checks were successful
Lint / Lint (push) Successful in 1m37s
All checks were successful
Lint / Lint (push) Successful in 1m37s
This commit is contained in:
parent
7671813560
commit
0ca5e3915f
@ -6,7 +6,7 @@
|
|||||||
"dev": "next dev --turbopack",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"check": "next lint && npx tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hookform/resolvers": "^3.10.0",
|
"@hookform/resolvers": "^3.10.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user