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

View File

@@ -34,7 +34,6 @@ export default {
}),
],
define: {
'process.on': '(() => void 0)',
'process.env': {},
'process.env.COVERAGE': JSON.stringify(!!process.env.COVERAGE),
'process.env.SHOULD_REPORT_TRACE': `${Boolean(

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": "*",