diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 33bb304..4c5586a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -55,6 +55,10 @@ jobs: if: env.SKIP_BUILD != 'true' && steps.yarn-cache.outputs.cache-hit != 'true' run: yarn + - name: Build + if: env.SKIP_BUILD != 'true' + run: yarn compile:check + - name: Lint if: env.SKIP_BUILD != 'true' run: yarn ci:lint