hack to install yarn on ci
This commit is contained in:
parent
c5c451ed18
commit
dff6c833ff
|
@ -110,6 +110,8 @@ case "$TARGET" in
|
||||||
npm run jsdoc
|
npm run jsdoc
|
||||||
;;
|
;;
|
||||||
"realmjs")
|
"realmjs")
|
||||||
|
#HACK
|
||||||
|
brew install yarn
|
||||||
pushd src
|
pushd src
|
||||||
xctest RealmJS
|
xctest RealmJS
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue