Skip to content

Commit

Permalink
docs: tell jekyll to ignore the storybook dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpedemonte committed Apr 18, 2024
1 parent 7d358f9 commit 49724fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discovery-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"start": "vite preview",
"storybook": "storybook dev --ci --port=9002",
"storybook:build": "storybook build",
"storybook:build:release": "cross-env STORYBOOK_BUILD_MODE=production storybook build -o ../../docs/storybook",
"storybook:build:release": "cross-env STORYBOOK_BUILD_MODE=production storybook build -o ../../docs/storybook && touch ../../docs/storybook/.nojekyll",
"analyze": "yarn run g:analyze 'dist/index.js'",
"preversion": "yarn run storybook:build:release",
"version": "git add ../../docs"
Expand Down

0 comments on commit 49724fc

Please sign in to comment.