Skip to content

Commit

Permalink
fix: Disabled generating storybook on "pnpm build"
Browse files Browse the repository at this point in the history
  • Loading branch information
bfanger committed Nov 27, 2024
1 parent a6518e0 commit 574ac1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/blender-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"license": "GPL-3.0",
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
"build": "storybook build"
"dev": "storybook dev -p 6006 --no-open"
},
"devDependencies": {
"@faker-js/faker": "^9.2.0",
Expand Down

0 comments on commit 574ac1d

Please sign in to comment.