mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix
This commit is contained in:
parent
332e850f3b
commit
590a0c5aba
|
@ -26,5 +26,6 @@ const config: StorybookConfig = {
|
|||
docs: {
|
||||
autodocs: 'tag',
|
||||
},
|
||||
staticDirs: ['../fonts'],
|
||||
};
|
||||
export default config;
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "pnpm run storybook",
|
||||
"storybook": "storybook dev -p 6006 --static-dir ./fonts",
|
||||
"build:storybook": "storybook build --static-dir ./fonts --quiet",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"build:storybook": "storybook build --quiet",
|
||||
"build": "pnpm run build:lib && pnpm run build:storybook",
|
||||
"build:lib": "pnpm run build:cjs && pnpm run build:esm && pnpm run build:types && pnpm run build:css",
|
||||
"build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs",
|
||||
|
|
Loading…
Reference in New Issue
Block a user