Skip to content

Commit d7b2bd6

Browse files
author
Torbjorn van Heeswijck
committed
MI-259: Fix step 2 of setup documentation
1 parent b62a8fe commit d7b2bd6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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)