fix(storybook): remove storybook testing (#6595)

remove tests/storybook

@affine/components storybook still exists
This commit is contained in:
EYHN
2024-04-17 17:27:33 +08:00
committed by GitHub
parent ed96c4ece4
commit 4b933466f4
38 changed files with 8 additions and 2593 deletions
-2
View File
@@ -22,9 +22,7 @@
"build": "yarn nx build @affine/web",
"build:electron": "yarn nx build @affine/electron",
"build:storage": "yarn nx run-many -t build -p @affine/storage",
"build:storybook": "yarn nx build @affine/storybook",
"start:web-static": "yarn workspace @affine/web static-server",
"start:storybook": "yarn exec serve tests/storybook/storybook-static -l 6006",
"serve:test-static": "yarn exec serve tests/fixtures --cors -p 8081",
"lint:eslint": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" eslint . --ext .js,mjs,.ts,.tsx --cache",
"lint:eslint:fix": "yarn lint:eslint --fix",