fixed arguments for installing yarn (#4376)

This commit is contained in:
Jędrzej Stuczyński
2024-02-07 11:52:59 +00:00
committed by GitHub
parent bb3c015633
commit e09986e505
+1 -1
View File
@@ -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