Skip to content

Commit

Permalink
updating readme to use ci instead of install
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpat09 committed Mar 7, 2022
1 parent f9995ef commit 577fee6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 577fee6

Please sign in to comment.