From f57be06a30b279d6d4d8905de67d75145d1bf3ce Mon Sep 17 00:00:00 2001 From: Adam Gordon Bell Date: Fri, 6 Oct 2023 15:43:01 -0400 Subject: [PATCH] Update 2023-09-22-build-monorepo-with-turporepo.md --- blog/_posts/2023-09-22-build-monorepo-with-turporepo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/_posts/2023-09-22-build-monorepo-with-turporepo.md b/blog/_posts/2023-09-22-build-monorepo-with-turporepo.md index 3a2234ff1..118f9bf15 100644 --- a/blog/_posts/2023-09-22-build-monorepo-with-turporepo.md +++ b/blog/_posts/2023-09-22-build-monorepo-with-turporepo.md @@ -15,7 +15,7 @@ internal-links: excerpt: | This tutorial introduces Turborepo, a fast and high-performance build system for JavaScript and TypeScript monorepos. It explains the benefits of using Turborepo, such as fast builds, remote caching, flexible task configuration, and integration with existing package managers, while also highlighting its limitations. --- -**We're [Earthly](https://earthly.dev/). We use containerization to simplify and speed up software building. If you're working with monorepos like Turborepo, Earthly can be a game-changer for your build process. [Check it out](/).** +**We're [Earthly](https://earthly.dev/). We use containerization to simplify and speed up software building. If you're working with monorepos, Earthly can be a game-changer for your build process. [Check it out](/).** In recent years, monorepos have seen a boom in popularity. Many real-life software projects consist of smaller, individual components that often depend on each other. @@ -585,4 +585,4 @@ Turborepo is a young contender in the world of build tools. Its speed and optimi In this article, you learned the pros and cons of Turborepo and saw how to use Turborepo in a monorepo for building and running tasks. If you have JavaScript or TypeScript projects that you want to speed up, give Turborepo a try! If your projects include the use of other languages, Turborepo won't be a fit, but you might want to take a look at [Earthly](https://earthly.dev/). Earthly can speed up your builds and work with other tools including Turborepo and NX. -{% include_html cta/bottom-cta.html %} \ No newline at end of file +{% include_html cta/bottom-cta.html %}