mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-06 16:41:49 +00:00
ensure app deps get properly installed on travis
This commit is contained in:
@@ -13,8 +13,9 @@ jobs:
|
||||
os: osx
|
||||
before_install:
|
||||
- set -e
|
||||
- rm app/node_modules/.yarn-integrity || true
|
||||
- yarn
|
||||
- rm app/node_modules/.yarn-integrity
|
||||
- cd app && yarn && cd ..
|
||||
script:
|
||||
- set -e
|
||||
- scripts/build-native.js
|
||||
|
Reference in New Issue
Block a user