diff --git a/package.json b/package.json index 23f6f6d..c1156d1 100644 --- a/package.json +++ b/package.json @@ -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",