Skip to content

Commit ffe75f4

Browse files
chore: run tsc as part of lint script (#513)
1 parent 6886b29 commit ffe75f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/lint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ cd "$(dirname "$0")/.."
66

77
echo "==> Running eslint"
88
ESLINT_USE_FLAT_CONFIG="false" ./node_modules/.bin/eslint --ext ts,js .
9+
10+
echo "==> Running tsc"
11+
./node_modules/.bin/tsc --noEmit

0 commit comments

Comments
 (0)