diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 6436fccce..dae555a85 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -107,8 +107,8 @@ jobs: # - name: Run tests # run: bun test - - name: Build for publish (Vite) - run: bun run build:vite + - name: Build for publish + run: bun run build - name: Publish to npm if: ${{ github.event.inputs.dry_run != 'true' }}