refactor: use yarn (#1619)

This commit is contained in:
Himself65
2023-03-20 02:05:02 -05:00
committed by GitHub
parent f6c1423361
commit fe2d244460
33 changed files with 21642 additions and 19727 deletions

View File

@@ -27,7 +27,7 @@ pnpm dev:app
## Build
To build the desktop client application, run `pnpm build:app` in `apps/desktop`.
To build the desktop client application, run `yarn build:app` in `apps/desktop`.
Once the build is complete, you can find the paths to the binaries in the terminal output.
```