Skip to content

Commit

Permalink
ci: add --stats-json to storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Oct 10, 2024
1 parent 3ff6c5e commit 51a74b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "storybook dev -p 6006",
"build": "storybook build -o ./dist",
"build": "storybook build -o ./dist --stats-json",
"static-storybook": "npx http-server dist --port 6006 --silent",
"test-storybook": "rimraf test-report.xml && wait-on tcp:6006 && test-storybook --junit",
"run-and-test-storybook": "concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'yarn static-storybook' 'yarn test-storybook'",
Expand Down

0 comments on commit 51a74b7

Please sign in to comment.