build(electron): use nx (#2942)

This commit is contained in:
Alex Yang
2023-06-30 16:10:35 +08:00
parent 5e4cd0f81d
commit 4757a95528
18 changed files with 134 additions and 148 deletions

View File

@@ -8,7 +8,8 @@
"./*": "./src/components/*/index.tsx"
},
"scripts": {
"build": "yarn workspace @affine/i18n build"
"build": "yarn workspace @affine/i18n build",
"dev": "yarn workspace @affine/i18n dev"
},
"peerDependencies": {
"@blocksuite/blocks": "*",