1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-14 19:36:35 +03:00
This commit is contained in:
Eugene Pankov 2019-07-24 12:06:29 +02:00
parent 7c10b57fb9
commit 0ca00b81d5

View File

@ -14,7 +14,7 @@ jobs:
before_install:
- set -e
- yarn
- rm app/node_modules/.yarn-integrity
- rm app/node_modules/.yarn-integrity || true
- cd app
- yarn
- cd ..