Skip to content

Commit 4942347

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore: run tsc as part of lint script (#1020)
1 parent 3c87af4 commit 4942347

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)