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