Multiple netlify.toml files in monorepo

Hi, @groovy, which package.json handles the dependency install for packages/components?

I’m asking because I think making the base directory packages/website1 will work but you’ll need an extra step in the build command to do the dependency install for the components manually like so:

build.command:

cd ../components ; npm install ; cd ../website1 ; npm run build

Note, I don’t know much about lerna. Do you still use npm for dependency installs with lerna?

​Please let us know if there are other questions. Even if there are no other questions, we’d still love to hear about the solution if you find it.