Skip to content

Commit 7292279

Browse files
fix for documentation
1 parent 282049a commit 7292279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ steps:
5555
with:
5656
node-version: '14'
5757
cache: 'yarn'
58-
- run: npm install
59-
- run: npm test
58+
- run: yarn install
59+
- run: yarn test
6060
```
6161
Yarn caching handles both yarn versions: 1 or 2.
6262

0 commit comments

Comments
 (0)