diff --git a/.github/workflows/zxc-compile-code.yaml b/.github/workflows/zxc-compile-code.yaml index 8c058eb4..498c83fc 100644 --- a/.github/workflows/zxc-compile-code.yaml +++ b/.github/workflows/zxc-compile-code.yaml @@ -79,6 +79,10 @@ jobs: id: npm-deps run: npm ci + - name: Compile Code + id: compile + run: npm run dev-build + - name: Check Code Style if: ${{ inputs.enable-code-style-check && !cancelled() && !failure() }} run: npm run lint