expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

Why is Turtle failing in CI #349

Closed Xenfo closed 2 years ago

Xenfo commented 2 years ago

Question Checklist

Question Subject

Running Turtle in CI fails but it should build fine. Why?

Question Description

I want Turtle to build in my CI but it doesn't seem to be working. I've got no clue why as it works perfectly on my machine.

brentvatne commented 2 years ago

it looks like you're running the command in a directory without the expo package installed

Xenfo commented 2 years ago

It is installed though. I'm using a Yarn Lerna mono repo so I run yarn install, cd into packages/app, and run Turtle. Expo will be installed there.