Update pnpm from v7 to v8
That suppose to help with Dependabot security updates not updating lockfile.
This commit is contained in:
committed by
Umputun
parent
63048cc798
commit
3001b37812
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user