Build fails when app is sub-directory in github repository

I have a github repository and my ionic app is in a sub-directory ("/client"). When I check-in I get a get an error that there is no package.json (because there is none in the root directory)

How do I link a sub directory to appflow so that it will compile the client on checkin.

2 Likes

@pjlpjl2 ever figure out anything with this? I am in same situation