Skip to content

Commit 2c08890

Browse files
fix: lint
1 parent 929fe7d commit 2c08890

2 files changed

Lines changed: 239 additions & 119 deletions

File tree

scripts/lint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ echo "-> Formatting..."
55

66
echo "-> Linting (with fixes)..."
77
(cd site && pnpm lint:fix)
8+
9+
echo "-> Type checking..."
10+
(cd site && pnpm typecheck)

0 commit comments

Comments
 (0)