# Building a faster CI pipeline with Turborepo and pnpm

DevFeed: [Building a faster CI pipeline with Turborepo and pnpm](<https://devfeed.tech/articles/building-a-faster-ci-pipeline-with-turborepo-and-pnpm-18500.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/frontend-ci-monorepo-turborepo-pnpm>)

Author: Rafa Moreno

Published: 2023-04-11T00:00:00Z

Content type: article

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [ci](<https://devfeed.tech/topics/ci.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [test-coverage](<https://devfeed.tech/topics/test-coverage.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [ci](<https://devfeed.tech/tags/ci.md>), [code](<https://devfeed.tech/tags/code.md>), [engineering-excellence](<https://devfeed.tech/tags/engineering-excellence.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [pnpm](<https://devfeed.tech/tags/pnpm.md>), [test-coverage](<https://devfeed.tech/tags/test-coverage.md>)

## AI overview

The article describes three changes that shortened frontend CI execution time despite substantial increases in code size and test coverage.

## Source excerpt

We made 3 big changes that have shortened our frontend CI execution time despite a massive increase in code size and test coverage.