Update advanced-usage.md
parent
6c0bbfaf7d
commit
ceee48ad5f
|
|
@ -102,8 +102,7 @@ steps:
|
|||
with:
|
||||
node-version: '14'
|
||||
cache: 'yarn'
|
||||
- run: yarn install --frozen-lockfile
|
||||
# - run: yarn install --immutable
|
||||
- run: yarn install --frozen-lockfile # optional, --immutable
|
||||
- run: yarn test
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue