Skip to content

Commit

Permalink
run build_ts_refs before type check
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 30, 2021
1 parent c10bc72 commit 440c39d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/scripts/checks/type_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

source src/dev/ci_setup/setup_env.sh

checks-reporter-with-killswitch "Build TS Refs" \
node scripts/build_ts_refs --ignore-type-failures --force

checks-reporter-with-killswitch "Check Types" \
node scripts/type_check

0 comments on commit 440c39d

Please sign in to comment.