Skip to content

Commit

Permalink
chore: build storybook-components package on monorepo install (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor authored Jul 3, 2024
1 parent dfd551c commit 3e00bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build:package": "sh scripts/build-dependencies.sh",
"lint": "lerna run lint",
"test": "lerna run test",
"storybook": "lerna run storybook --parallel --stream"
"storybook": "lerna run storybook --parallel --stream",
"postinstall": "lerna run build --scope=vibe-storybook-components"
},
"devDependencies": {
"lerna": "^8.1.2",
Expand Down

0 comments on commit 3e00bf6

Please sign in to comment.