Skip to content

Commit

Permalink
chore: build icons after install for initial monorepo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Dec 11, 2024
1 parent 14a51b0 commit cea502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "lerna run lint",
"test": "lerna run test",
"storybook": "lerna run storybook --parallel --stream",
"postinstall": "lerna run build --scope=vibe-storybook-components"
"postinstall": "lerna run build --scope={vibe-storybook-components,@vibe/icons}"
},
"devDependencies": {
"lerna": "^8.1.2",
Expand Down

0 comments on commit cea502f

Please sign in to comment.