Skip to content
Open
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
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ jobs:
--version-only

# ---- build TypeScript packages (turbo dep graph picks up native) ----
# The napi `.node` is built in the dedicated build job and placed above;
# types are committed. SKIP_NAPI_BUILD avoids the publish runner (no Rust
# toolchain) recompiling napi on a turbo cache miss (e.g. Cargo.lock churn).
- name: Build TypeScript packages
env:
SKIP_WASM_BUILD: "1"
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ scripts/ralph/codex-streams/
# Agent working files now live user-scoped in ~/.agents (or $AGENTS_DIR).
# This entry is a safety net so a stray in-repo .agent/ never gets committed.
.agent/

# Local rivet-engine binary placed for engine-cli getEnginePath resolution
rivetkit-typescript/packages/engine-cli/rivet-engine
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-linker=hoisted
Loading
Loading