Skip to content

Commit eb50fc4

Browse files
chore: run tsc as part of lint script (#1020)
1 parent 3f12b92 commit eb50fc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/lint

+3
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)