We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929fe7d commit 2c08890Copy full SHA for 2c08890
2 files changed
scripts/lint
@@ -5,3 +5,6 @@ echo "-> Formatting..."
5
6
echo "-> Linting (with fixes)..."
7
(cd site && pnpm lint:fix)
8
+
9
+echo "-> Type checking..."
10
+(cd site && pnpm typecheck)
0 commit comments