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