You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ A template for developing a suite of AWS microservices using [AWS CDK](https://d
10
10
11
11
Example: `@aligent-int/integrations`
12
12
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
14
14
15
15
```bash
16
-
nvm use && yarn install && yarn audit
16
+
nvm use && yarn install
17
+
yarn audit
17
18
```
18
19
19
20
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
@@ -99,7 +100,7 @@ class ApplicationStage extends Stage {
0 commit comments