ci(component): deploy ui storybook (#5655)

This commit is contained in:
Cats Juice
2024-01-22 10:25:33 +00:00
parent 35e7b41ca8
commit 45cc75a814
3 changed files with 53 additions and 2 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"./*": "./src/components/*/index.tsx"
},
"scripts": {
"dev": "storybook dev -p 6006"
"dev": "storybook dev -p 6006",
"build:storybook": "storybook build"
},
"peerDependencies": {
"@blocksuite/blocks": "*",