Skip to content

Commit 2edb178

Browse files
authored
Merge pull request #1127 from aligent/chore/MI-259_separate-install-and-audit-commands-in-setup
MI-259: Fix step 2 of setup documentation
2 parents adcb125 + d7b2bd6 commit 2edb178

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ A template for developing a suite of AWS microservices using [AWS CDK](https://d
1010

1111
Example: `@aligent-int/integrations`
1212

13-
2. Install the template and validate it's passing code standards
13+
2. Install the template, then validate all code standard tests are passing
1414

1515
```bash
16-
nvm use && yarn install && yarn audit
16+
nvm use && yarn install
17+
yarn audit
1718
```
1819

1920
3. (Optional) Commit the initial state of the template. This ensures subsequent changes are easy to review, rather than getting lost in the template boilerplate

0 commit comments

Comments
 (0)