Ha while typing it out I got it. Thanks for the assist 🙂 My issue was since I was cloning from a remote repo, I needed to run an npm install in that directory to install the dependencies, which was being dynamically provisioned. Using the auto.GitRepo structs ability to embed a setup function, I was able to configure running
npm install
after the repo loaded.