Skip to content

ci(docs): fix netlify-cli invocation in deploy workflow - #3

Merged
luishcastroc merged 1 commit into
mainfrom
fix-netlify-cli-invocation
Aug 14, 2026
Merged

ci(docs): fix netlify-cli invocation in deploy workflow#3
luishcastroc merged 1 commit into
mainfrom
fix-netlify-cli-invocation

Conversation

@luishcastroc

Copy link
Copy Markdown
Contributor

The first Netlify deploy on main failed with ERR_PNPM_DLX_MULTIPLE_BINS: netlify-cli ships two binaries (ntl and netlify) and pnpm dlx netlify-cli refuses to pick one. This switches the deploy step to pnpm dlx --package=netlify-cli netlify deploy …, the exact form pnpm's error message suggests.

🤖 Generated with Claude Code

netlify-cli ships two bins (ntl, netlify) and pnpm dlx errors with
ERR_PNPM_DLX_MULTIPLE_BINS unless the package and bin are named explicitly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@luishcastroc
luishcastroc merged commit 1d381cd into main Aug 14, 2026
1 check passed
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