We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ebdc4 commit 24d5333Copy full SHA for 24d5333
package.json
@@ -36,8 +36,8 @@
36
"prettier": "prettier --write './src/**/*.{ts,js,json}'",
37
"storybook:start": "start-storybook -p 6006",
38
"storybook:build": "build-storybook",
39
- "storybook:deploy": "npm run storybook:build && gh-pages -d .out",
40
- "storybook:deploy:action": "npm run storybook:build && gh-pages -d .out -u \"github-actions-bot <support+actions@github.com>\""
+ "storybook:deploy": "npm run storybook:build && gh-pages -d storybook-static",
+ "storybook:deploy:action": "npm run storybook:build && gh-pages -d storybook-static -u \"github-actions-bot <support+actions@github.com>\""
41
},
42
"dependencies": {
43
"react": "^18.2.0",
0 commit comments