Skip to content

Commit 24b894f

Browse files
committed
Remove unused Storybook deployment script from package.json
1 parent cb33a28 commit 24b894f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2424
"preview": "vite preview",
2525
"storybook": "npx storybook dev -p 6006",
26-
"build-storybook": "npx storybook build",
27-
"deploy-storybook": "storybook-to-ghpages"
26+
"build-storybook": "npx storybook build"
2827
},
2928
"dependencies": {
3029
"@react-three/drei": "^9.99.0",
@@ -54,8 +53,7 @@
5453
"eslint-plugin-react-hooks": "^4.6.0",
5554
"eslint-plugin-react-refresh": "^0.4.5",
5655
"typescript": "^5.2.2",
57-
"vite": "^5.1.0",
58-
"storybook-to-ghpages": "^1.0.0"
56+
"vite": "^5.1.0"
5957
},
6058
"peerDependencies": {
6159
"react": "^18.2.0",

0 commit comments

Comments
 (0)