Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/_rust-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,8 @@ jobs:
working-directory: ${{ steps.dirs.outputs.worker }}/web
run: pnpm install --frozen-lockfile

- name: pnpm build (VITE_PLAYGROUND='')
- name: pnpm build
working-directory: ${{ steps.dirs.outputs.worker }}/web
env:
VITE_PLAYGROUND: ''
run: pnpm build

- name: Upload web bundle
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ jobs:
- name: Pre-build SPA bundle
if: hashFiles(format('{0}/web/package.json', matrix.worker)) != ''
working-directory: ${{ matrix.worker }}/web
env:
VITE_PLAYGROUND: ''
run: |
pnpm install --frozen-lockfile
pnpm build
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ engine.pid

# Local runtime composition (root) — per-worker config.yaml files are tracked individually
/config.yaml
playground*/
# harness/config.yaml is generated by `make engine` via `iii worker add .`
harness/config.yaml

Expand Down
Loading
Loading