Updated config.yml
This commit is contained in:
parent
2aae76dfa2
commit
94e1f1f14d
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
|||
- restore_cache:
|
||||
key: dependency-cache-{{ checksum "package.json" }}
|
||||
- run:
|
||||
name: Install yarn
|
||||
command: sudo npm install -g yarn
|
||||
name: Update yarn
|
||||
command: sudo npm upgrade -g yarn
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: yarn install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue