Hi everyone,
I have monorepo setup using yarn workspaces. 2 frontend Gatsby sites, 1 NodeJS app (deployed on Heroku). Node app’s package.json has an engine.node field. When Netlify tries to npm-install i get error
How can I tell netlify to just ignore the Node app? and just deploy the 2 sites and setup their environment variables?
Even if I try to set up base directory netlify throws the error cuz it’s trying to do npm install from root.

