Lerna and Turborepo with Gitlab CI/CD

Austin Howard Tech
13 min readSep 25, 2022

In this post we’re going to cover a simple approach to a monorepo setup with a fully automated CI/CD workflow with Lerna, Turborepo, and Gitlab CI/CD.

Here is the project link to follow along and use for your own monorepo projects.

Tools

This workflow includes the following tools.

  • Lerna: for versioning and publishing…

--

--