Skip to content

Commit 7ff5de3

Browse files
committed
Run tsc in pr-checks
1 parent 453219e commit 7ff5de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/script/verify-pr-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ fi
3333
echo "Success: PR checks are up to date"
3434

3535
# Typecheck the TS files
36-
npm exec tsc
36+
cd pr-checks && npm exec tsc

0 commit comments

Comments
 (0)