fixed arguments for installing yarn (#4376)
This commit is contained in:
committed by
GitHub
parent
bb3c015633
commit
e09986e505
@@ -18,7 +18,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: install yarn in root
|
||||
run: cd ../.. yarn install
|
||||
run: cd ../.. && yarn install
|
||||
|
||||
- name: Install npm
|
||||
run: npm install
|
||||
|
||||
Reference in New Issue
Block a user