chore: make dev:electron work (#3644)

Co-authored-by: Peng Xiao <pengxiao@outlook.com>
This commit is contained in:
Elisha Frain 2023-08-10 21:58:46 +08:00 committed by GitHub
parent 358c3a5bb2
commit 671129bc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
},
"scripts": {
"dev": "dev-core",
"dev:electron": "yarn workspace @affine/electron dev:app",
"dev:electron": "yarn workspace @affine/electron dev",
"build": "yarn nx build @affine/core",
"build:electron": "yarn nx build @affine/electron",
"build:storage": "yarn nx run-many -t build -p @affine/storage",