diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 89749cb0..0e34ce68 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -7,6 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", + "check": "tsc --noEmit", "tsc": "tsc --noEmit" }, "dependencies": {