diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 366346cd4..e7cc7eb61 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -24,6 +24,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Transpile files + run: npm run build:ts + - name: Prettier run: npm run prettier