Update pnpm from v7 to v8

That suppose to help with Dependabot security updates not updating lockfile.
This commit is contained in:
Dmitry Verkhoturov
2024-11-10 13:31:03 -06:00
committed by Umputun
parent 63048cc798
commit 3001b37812
11 changed files with 2217 additions and 2092 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ While developing, we set up environment which imitates real world example. We se
You must have at least 2GB RAM or swap enabled for building.
- install [Node.js 16](https://nodejs.org/en/) or higher (we recommend using [NVM](https://github.com/nvm-sh/nvm) for node version autoswitch)
- install [PNPM 7](https://pnpm.io/installation)
- install [PNPM 8](https://pnpm.io/installation)
- run `pnpm i` inside `./frontend`
Running `pnpm i` will set up pre-commit hooks into your git repository. They are used to reformat your frontend code using `prettier` and lint with `eslint` and `stylelint` before every commit.