docs: update build guideline (#2434)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
fourdim
2023-05-22 20:18:43 +08:00
committed by Himself65
parent 4948fb555c
commit f6da67df32
6 changed files with 13 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
"scripts": {
"dev": "dev-web",
"dev:ac": "API_SERVER_PROFILE=ac yarn workspace @affine/web dev",
"dev:local": "API_SERVER_PROFILE=local yarn workspace @affine/web dev",
"dev:local": "PORT=8080 API_SERVER_PROFILE=local yarn workspace @affine/web dev",
"dev:app": "yarn workspace @affine/electron dev:app",
"build": "yarn workspace @affine/web build",
"build:client": "yarn workspace @affine/client-app build:app",