mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
refactor(storybook): move to apps folder (#2901)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user