refactor(infra): no bundle infra (#5414)

This commit is contained in:
EYHN
2023-12-27 06:54:24 +00:00
parent 4e861d8118
commit 86bd2a7d72
11 changed files with 6 additions and 130 deletions
-1
View File
@@ -23,7 +23,6 @@
"build": "yarn nx build @affine/core",
"build:electron": "yarn nx build @affine/electron",
"build:storage": "yarn nx run-many -t build -p @affine/storage",
"build:infra": "yarn nx run-many -t build --projects=tag:infra",
"build:storybook": "yarn nx build @affine/storybook",
"start:web-static": "yarn workspace @affine/core static-server",
"start:storybook": "yarn exec serve tests/storybook/storybook-static -l 6006",