👷(ci) put storybook build in a gh-pages sub folder
Our main goal doing this is to allow us to have multiple static build standing next to each other on our gh-pages.
This commit is contained in:
@@ -39,9 +39,7 @@
|
||||
"test-watch": "vitest",
|
||||
"coverage": "vitest run --coverage",
|
||||
"storybook": "storybook dev -p 6006",
|
||||
"build-storybook": "storybook build",
|
||||
"predeploy-storybook": "yarn build-storybook && touch ./storybook-static/.nojekyll",
|
||||
"deploy-storybook": "storybook-to-ghpages --existing-output-dir ./storybook-static"
|
||||
"build-storybook": "storybook build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/roboto-flex": "5.0.8",
|
||||
|
||||
Reference in New Issue
Block a user