refactor(storybook): move to apps folder (#2901)

This commit is contained in:
Alex Yang
2023-06-28 20:29:52 +08:00
parent 81bac496b4
commit 1bff46d5f0
34 changed files with 29 additions and 19 deletions

View File

@@ -22,7 +22,7 @@
"build:storybook": "nx build @affine/storybook",
"build:plugins": "./apps/electron/scripts/plugins/build-plugins.mjs",
"start:web": "yarn workspace @affine/web start",
"start:storybook": "yarn exec serve packages/storybook/storybook-static -l 6006",
"start:storybook": "yarn exec serve apps/storybook/storybook-static -l 6006",
"serve:test-static": "yarn exec serve tests/fixtures --cors -p 8081",
"lint": "eslint . --ext .js,mjs,.ts,.tsx --cache",
"lint:fix": "yarn lint --fix",