docs: fix spellcheck errors

This commit is contained in:
Stefan Rotsch
2023-02-22 16:28:50 +01:00
committed by Bastian
parent dbfba107c7
commit 77d0806181
25 changed files with 141 additions and 118 deletions

View File

@@ -1,12 +1,12 @@
---
title: "pnpm"
ring: assess
quadrant: tools
featured: true
title: "pnpm"
ring: assess
quadrant: tools
tags: [coding, frontend]
---
[pnpm](https://pnpm.io/motivation) is an alternative tool to manage your frontend dependencies. Unlike yarn 1 it manages all packages in a central place and
creates symbolic links only inside the npm_modules of a project. This results in considerably less usage of disk space and reduces build-times, when a package
is already available.
[pnpm](https://pnpm.io/motivation) is an alternative tool to manage your frontend dependencies. Unlike yarn 1 it manages
all packages in a central place and creates symbolic links only inside the npm_modules of a project. This results in
considerably less usage of disk space and reduces build-times, when a package is already available.
Additionally a cache server can be setup and used during pipeline builds to decrease network traffic and build times.
Additionally, a cache server can be setup and used during pipeline builds to decrease network traffic and build times.