This commit is contained in:
Eugene Pankov 2019-10-13 22:53:30 -07:00
parent 4ee8e90665
commit 607ea4b549

View File

@ -15,7 +15,7 @@ jobs:
- name: Install deps - name: Install deps
run: | run: |
yarn cache clean npm i -g yarn@1.19.1
cd app cd app
yarn yarn
cd .. cd ..