Skip to content

Commit e19c47f

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: run tsc as part of lint script (#306)
1 parent 9d85271 commit e19c47f

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)