Skip to content

Commit

Permalink
ci: 🎡 fix storybook build command
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Oct 10, 2024
1 parent bec6432 commit fd95902
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 @@
"prettier:check": "npx [email protected] --check src",
"test": "test",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"storybook:build": "storybook build",
"build": "tsc --project tsconfig.build.json",
"clean": "rimraf lib",
"upgrade:check": "npx [email protected]",
Expand Down

0 comments on commit fd95902

Please sign in to comment.