build(yarn): migrate to yarn v2

This commit is contained in:
dec0dOS 2021-08-24 14:13:09 +03:00
commit 9fd2daf31c
8 changed files with 36057 additions and 15561 deletions

View file

@ -249,7 +249,7 @@ To set up a development environment, please follow these steps:
```
2. Install packages
```sh
yarn installDeps
yarn install && yarn installDeps
```
3. Start the development server
```sh