config storybook
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
"src/style"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "storybook dev -p 6006",
|
||||
"build": "vite build",
|
||||
"build:storybook": "storybook build -o docs",
|
||||
"build:storybook": "storybook build -c src/stories/.storybook -o docs",
|
||||
"dev": "storybook dev -p 6006 -c src/stories/.storybook",
|
||||
"prepare": "npm run build:storybook && npm run build"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user