Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile

# `bun install` skips the standard node_modules/.bin/changeset shim
# that npm/pnpm/yarn create, so neither npx nor PATH-based lookups
# find the binary. Installing @changesets/cli globally via npm gives
# us a clean `changeset` on PATH for the action below. We keep using
# bun for the workspace install so the project lockfile stays in use.
- name: Install changesets CLI (global, for binary on PATH)
run: npm install -g @changesets/cli

Comment thread
cursor[bot] marked this conversation as resolved.
- name: Build package
run: bun run --filter '@onkernel/managed-auth-react' build

Expand Down
Loading
Loading