Skip to content

Commit

Permalink
fix: adjust storybook-build command to reflect the latest storybook 7…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
Callin Mullaney committed Feb 9, 2024
1 parent 1dad54b commit e4600d6
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 @@ -32,7 +32,7 @@
"prettier-fix": "prettier --write --ignore-unknown \"./components**/*.{js,yml,scss,md}\"",
"semantic-release": "semantic-release",
"storybook": "storybook dev --ci -s ../dist,../assets/images,../assets/icons,../assets/videos -p 6006",
"storybook-build": "build-storybook -s ../dist,../assets/images,../assets/icons,../assets/videos -o .out",
"storybook-build": "storybook build -s ../dist,../assets/images,../assets/icons,../assets/videos -o .out",
"storybook-deploy": "storybook-to-ghpages -o .out",
"test": "jest --coverage",
"twatch": "jest --no-coverage --watch --verbose",
Expand Down

0 comments on commit e4600d6

Please sign in to comment.