build: enhance nx build (#2948)

This commit is contained in:
Alex Yang
2023-07-01 01:17:31 +08:00
committed by GitHub
parent 7a5a5d503a
commit 81c5e6d3d2
27 changed files with 559 additions and 138 deletions

View File

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