diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index a770021ecb..97e3947521 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -15,6 +15,8 @@ runs: - name: Build shell: bash + env: + DEBUG: mud:* run: pnpm turbo run build --cache-dir=.turbo --concurrency 10 - name: Outdated files, run `pnpm build` and commit them diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ddbad1ed4..364a62d8a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,8 @@ jobs: - name: Build if: steps.check_changes.outputs.changes_outside_docs shell: bash + env: + DEBUG: mud:* run: pnpm turbo run build --concurrency 10 - name: Outdated files, run `pnpm build` and commit them