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
1 change: 1 addition & 0 deletions .github/workflows/just-nuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- salesforcecli/plugin-custom-metadata
- salesforcecli/plugin-community
- salesforcecli/plugin-dev
- salesforcecli/plugin-lightning-dev
- salesforcecli/plugin-signups
# - salesforce/plugin-devops-center
# - salesforce/sfdx-plugin-lwc-test
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"@salesforce/plugin-dev": "2.5.1",
"@salesforce/plugin-devops-center": "1.2.27",
"@salesforce/plugin-flow": "1.0.5",
"@salesforce/plugin-lightning-dev": "6.2.15",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This corresponds to the next dist tag on npm. Is that the correct version to use?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call out. This will cause issues. The script that we use to find and bump the latest versions of these JIT plugins (every time the CLI releases) will first look for a latest-rc dist tag and then it will fall back to lastest. (source)

The version you want to include as a JIT dep will need to be published to npm as either latest-rc or lastest

"@salesforce/plugin-signups": "2.6.56",
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
},
Expand Down
Loading