Skip to content

Commit 3823a5f

Browse files
committed
fix(publish): drop defunct inspector packing steps
build:pack-inspector and pack-inspector.ts were deleted in fa64439 (US-040 purge). The workflow still invoked them.
1 parent 584e9b3 commit 3823a5f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -399,18 +399,6 @@ jobs:
399399
- name: Build TypeScript packages
400400
run: pnpm build -F rivetkit -F '@rivetkit/*' -F '!@rivetkit/shared-data' -F '!@rivetkit/engine-frontend' -F '!@rivetkit/mcp-hub' -F '!@rivetkit/rivetkit-napi'
401401

402-
- name: Pack inspector
403-
run: npx turbo build:pack-inspector -F rivetkit
404-
405-
- name: Strip inspector sourcemaps
406-
run: |
407-
cd rivetkit-typescript/packages/rivetkit/dist
408-
mkdir -p /tmp/inspector-repack
409-
tar xzf inspector.tar.gz -C /tmp/inspector-repack
410-
find /tmp/inspector-repack -name '*.map' -delete
411-
tar czf inspector.tar.gz -C /tmp/inspector-repack .
412-
rm -rf /tmp/inspector-repack
413-
414402
# ---- shared publish (runs for all triggers) ----
415403
- name: Finalize package versions for publish
416404
run: pnpm --filter=publish exec tsx src/ci/bin.ts bump-versions --version ${{ needs.context.outputs.version }}

0 commit comments

Comments
 (0)