Skip to content

Commit d7bdf00

Browse files
authored
chore: removed unnecessary .storybook/tsconfig.json (#482)
1 parent ef7851f commit d7bdf00

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.storybook/tsconfig.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"clean": "gulp clean",
2020
"build": "gulp",
2121
"typecheck": "tsc -p tsconfig.json --noEmit",
22-
"storybook:start": "TS_NODE_PROJECT=.storybook/tsconfig.json storybook dev -p 8888 -c .storybook",
23-
"storybook:build": "TS_NODE_PROJECT=.storybook/tsconfig.json storybook build -c .storybook -o storybook-static",
22+
"storybook:start": "storybook dev -p 8888 -c .storybook",
23+
"storybook:build": "storybook build -c .storybook -o storybook-static",
2424
"lint": "run-p -cs lint:*",
2525
"lint:js": "eslint \"{src,demo}/**/*.{js,jsx,ts,tsx}\"",
2626
"lint:styles": "stylelint \"{src,demo}/**/*.{css,scss}\"",

0 commit comments

Comments
 (0)