Skip to content

Commit

Permalink
docs: improve contributing with new yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jun 2, 2023
1 parent 17eb696 commit c957e5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,7 @@ To test SGD as a Salesforce CLI plugin from a pending pull request:
3. change directory for the repository folder
4. checkout the branch to test
5. install the dependencies `yarn install`
6. run `yarn pack`, followed by `sfdx plugins:link`, from that local repository
7. test the plugin!
6. run `yarn pack` to build the plugin
7. run `yarn set version classic` to use yarn version sfdx uses
8. run `sfdx plugins:link` to link the plugin with sfdx command
9. test the plugin!

0 comments on commit c957e5a

Please sign in to comment.