chore: upgrade yarn and remove redundant installDeps action

This commit is contained in:
dec0dOS 2022-06-12 16:32:58 +03:00
commit 0df252378d
6 changed files with 1041 additions and 784 deletions

View file

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