diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0998a1bea8..335bd80109 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -51,6 +51,8 @@ jobs: # is broken we will see that from those builds, but we still want to push nightly # builds since upgrading to them is a manual process anyway. + - name: tsc + run: yarn tsc - name: build run: yarn build