diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index fba68fdb99..706a62e3d6 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -56,10 +56,10 @@ jobs: node-version: 24 cache: pnpm - run: pnpm install --frozen-lockfile + - name: Build + run: pnpm -F svelte build - name: Run prettier run: pnpm format - - name: Generate types - run: pnpm -F svelte generate - name: Commit changes run: | git config user.name "github-actions[bot]"