Skip to content

Commit 79cc3c6

Browse files
committed
fix: fix
1 parent bca1bf9 commit 79cc3c6

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

.storybook/manager.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

.storybook/preview.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ import {withTheme, withLang} from './decorators';
22

33
export const decorators = [withTheme, withLang];
44

5-
export const parameters = {
6-
bottomPanelHeight: 0,
7-
rightPanelWidth: 0,
8-
};
9-
105
export const globalTypes = {
116
theme: {
127
defaultValue: 'light',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit",
3333
"build": "gulp",
3434
"build-storybook": "storybook build",
35-
"dev": "storybook dev -p 6006 -- --no-manager-cache",
35+
"dev": "storybook dev -p 6006",
3636
"start": "storybook dev",
3737
"prepublishOnly": "npm run build",
3838
"playwright:install": "playwright install --with-deps",

0 commit comments

Comments
 (0)