Skip to content

@W-24125700 bump npm, fix bin path - #1347

Merged
iowillhoit merged 1 commit into
mainfrom
ew/bump-npm-ver
Sep 8, 2026
Merged

@W-24125700 bump npm, fix bin path#1347
iowillhoit merged 1 commit into
mainfrom
ew/bump-npm-ver

Conversation

@iowillhoit

@iowillhoit iowillhoit commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Fixes oclif bin path for: forcedotcom/cli#3644
Bumps npm for forcedotcom/cli#3642

Testing instructions

bin/dev was never published; the sf-trust bin link was silently skipped, breaking npm install. Now points at the published bin/run.js.

yarn build && npm pack
mkdir /tmp/t && cd /tmp/t && npm init -y
npm install <path>/salesforce-plugin-trust-*.tgz
ls -l node_modules/.bin/sf-trust        # link now exists
./node_modules/.bin/sf-trust --version  # runs

Before this fix the link is absent; after, it resolves to bin/run.js.

What issues does this PR fix or reference?

Bin path:
@W-24125700@
NPM bump:
@W-24125144@

@iowillhoit
iowillhoit merged commit 75ddb98 into main Sep 8, 2026
19 checks passed
@iowillhoit
iowillhoit deleted the ew/bump-npm-ver branch September 8, 2026 16:00
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.

2 participants