Skip to content

Fix/missing dist artifacts#473

Open
JLMA-Agentic-Ai wants to merge 8 commits into
ruvnet:mainfrom
JLMA-Agentic-Ai:fix/missing-dist-artifacts
Open

Fix/missing dist artifacts#473
JLMA-Agentic-Ai wants to merge 8 commits into
ruvnet:mainfrom
JLMA-Agentic-Ai:fix/missing-dist-artifacts

Conversation

@JLMA-Agentic-Ai
Copy link
Copy Markdown
Contributor

Key findings:

  • Upstream: ruvnet/RuVector monorepo — package lives at npm/packages/cognitum-gate-wasm/
  • Root cause: prepublishOnly runs build:wasm first (requires Rust + wasm-pack). When that fails silently in a bare publish environment, build:ts (tsup) never executes and clean wipes any prior dist/. The "files": ["dist", ...] field is correct — the build chain just never completed.
  • Fix pushed: All 3 missing dist artifacts committed to fork branch — dist/cjs/index.js (271 lines), dist/esm/index.js (18 lines), dist/types/index.d.ts (65 lines)
  • Recommendation for maintainers: Decouple build:wasm from build:ts so a missing Rust toolchain doesn't block JS/TS compilation

github-actions Bot and others added 8 commits May 11, 2026 14:32
Built from commit ef5274c

Platforms updated:
- linux-x64-gnu
- linux-x64-musl
- linux-arm64-gnu
- linux-arm64-musl
- darwin-x64
- darwin-arm64
- win32-x64-msvc
- wasm

Generated by GitHub Actions
Built from commit ef5274c

Platforms: linux-x64-gnu, linux-arm64-gnu, darwin-x64, darwin-arm64, win32-x64-msvc

Co-Authored-By: claude-flow <ruv@ruv.net>
  Built from commit ef5274c

  Platforms updated:
  - linux-x64-gnu
  - linux-arm64-gnu
  - darwin-x64
  - darwin-arm64
  - win32-x64-msvc

  🤖 Generated by GitHub Actions
Built from commit ef5274c

Platforms updated:
- linux-x64-gnu
- linux-x64-musl
- linux-arm64-gnu
- linux-arm64-musl
- darwin-x64
- darwin-arm64
- win32-x64-msvc

Generated by GitHub Actions
  Built from commit ef5274c

  Platforms updated:
  - linux-x64-gnu
  - linux-arm64-gnu
  - darwin-x64
  - darwin-arm64
  - win32-x64-msvc
  - wasm

  🤖 Generated by GitHub Actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant