Skip to content

Commit 275cb96

Browse files
build: storybook deployer added
1 parent 14b78ba commit 275cb96

File tree

2 files changed

+277
-1
lines changed

2 files changed

+277
-1
lines changed

package-lock.json

Lines changed: 274 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docs/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"dev": "storybook dev -p 6006",
8-
"build": "storybook build"
8+
"build": "storybook build",
9+
"deploy-storybook": "storybook-to-ghpages"
910
},
1011
"dependencies": {
1112
"@ign-ui/eslint-config": "*",
@@ -25,6 +26,7 @@
2526
"@storybook/blocks": "^7.4.6",
2627
"@storybook/react": "^7.4.6",
2728
"@storybook/react-vite": "^7.4.6",
29+
"@storybook/storybook-deployer": "^2.8.16",
2830
"@storybook/testing-library": "^0.2.2",
2931
"@types/react": "^18.2.15",
3032
"@types/react-dom": "^18.2.7",

0 commit comments

Comments
 (0)