Skip to content

Commit

Permalink
chore: 🤖 add command to preview storybook prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEck committed Apr 30, 2024
1 parent 6b34595 commit bbb6b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"build:showcase": "vitepress build showcase && node scripts/copy-e2e-to-www.js",
"build:storybook": "storybook build -o www/storybook",
"build:cloudflare": "npm run build:library && npm run build:showcase && npm run build:storybook",
"preview:storybook:prod": "npx http-server www -o /storybook/",
"generate:type-declarations": "tsc --emitDeclarationOnly --declaration --outDir dist",
"generate:package-metadata": "node scripts/generate-package-metadata.js",
"bundle:library": "npm run build:library && npm run generate:type-declarations && npm run generate:package-metadata",
Expand Down

0 comments on commit bbb6b37

Please sign in to comment.