docs: update build guideline (#1630)

This commit is contained in:
Himself65
2023-03-21 00:12:42 -05:00
committed by GitHub
parent ee8303e5f0
commit 05ac48b693
4 changed files with 36 additions and 13 deletions
+3 -3
View File
@@ -19,9 +19,9 @@ To run AFFiNE Desktop Client Application locally, run the following commands in
```sh
pnpm install
pnpm build:preload
pnpm dev:app
yarn install
yarn build:preload
yarn dev:app
```