Lerna bootstrap not working?

Hello,

Hope I’m posting in the right place.

Although my travis script has the lerna bootstrap step, it seems that this is not working as packages are not able to resolve each other when the tests run.

Does anyone have experience using lerna with Travis, and does my setup look correct?

Travis:
https://travis-ci.com/wpk-cli/wpk

Repo:

Thank you

This was a stupid mistake on my part. I was not building the packages on the CI. Adding gulp build to the travis.yml gets everything working. :slight_smile: