skip to content

Tag: Monorepo

GitHub Actions for Node Modules in a Monorepo 2m Read

Published: 2020-09-12

One of the projects I have been working on uses a monorepo, where we have multiple frontend applications with shared private dependencies. We decided all of our shared node modules would live under one top-level folder to keep things organized. When it came time to set up our CI for the project, I found that writing some custom bash scripts was the easiest way to avoid setting up a workflow per module