Skip to content

Commit 035bd17

Browse files
Copilothotlong
andcommitted
Add prebuild-storybook script to build dependencies before Storybook
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e990ec4 commit 035bd17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"type-check": "tsc --noEmit",
3333
"lint": "eslint .",
3434
"storybook": "storybook dev -p 6006",
35+
"prebuild-storybook": "pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build",
3536
"build-storybook": "storybook build"
3637
},
3738
"dependencies": {

0 commit comments

Comments
 (0)