docs: update building-desktop-client-app.md (#3248)

This commit is contained in:
Si Yang
2023-07-17 11:11:31 +08:00
committed by GitHub
parent 06184a765c
commit b317a3e506

View File

@@ -23,6 +23,9 @@ To run AFFiNE Desktop Client Application locally, run the following commands:
yarn install
yarn dev
# in packages/native
yarn build
# in apps/electron
yarn generate-assets
yarn dev