Fix Github actions functions tsc job

This commit is contained in:
Marshall Polaris 2022-06-27 13:28:52 -07:00
parent 2fa449cdac
commit f41263e34b

View File

@ -52,4 +52,4 @@ jobs:
- name: Run Typescript checker on cloud functions
if: ${{ success() || failure() }}
working-directory: functions
run: tsc --pretty --project tsconfig.json --noEmit
run: tsc -b -v --pretty