Skip to content

Commit

Permalink
use storybook config for storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed May 4, 2022
1 parent d378100 commit 0705784
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 @@ -40,7 +40,7 @@
"postpublish": "ts-node scripts/src/publishing.ts postpublish",
"spellcheck": "virmator spellcheck",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook --output-dir .storybook-dist",
"storybook:build": "build-storybook -c .storybook --output-dir .storybook-dist",
"storybook:preview": "npm run storybook:build && http-server .storybook-dist",
"test": "virmator test --no-write-config",
"test:full": "npm test && npm run spellcheck && npm run format check && npm run build && npm run storybook:build && cd scripts && npm run check-exports"
Expand Down

0 comments on commit 0705784

Please sign in to comment.