Skip to content

Commit

Permalink
Merge pull request #1162 from SFDO-Community/feature/dependabot-fixes
Browse files Browse the repository at this point in the history
Feature/dependabot fixes
  • Loading branch information
davidmreed authored Mar 7, 2022
2 parents e5105a8 + 577fee6 commit 7f7a20d
Show file tree
Hide file tree
Showing 2 changed files with 10,290 additions and 1,746 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ It's easy:
0. Have VS Code with [Salesforce DX Extended](https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-expanded) setup and running

1. Clone this repo
2. run `npm install` - this will ensure our code formatting rules apply (via Prettier)
2. run `npm ci` - this will ensure our code formatting rules apply (via Prettier), and installs packages from the package-lock.json file
3. create a _new branch_ from `main`, all branches must start with `feature/`, e.g. `feature/newSetupUX`(use a descriptive name)
4. Deploy code to a Scratch Org via CCI or DX
5. Work on it
Expand Down
Loading

0 comments on commit 7f7a20d

Please sign in to comment.