Skip to content

Commit

Permalink
Update to storybook 8.0.8 (#2195)
Browse files Browse the repository at this point in the history
* Update to storybook 8.0.8

* Remove the deprecated CLI switch

* Disable storybook telemetry

* WIP: attempt fixing ci
  • Loading branch information
Dexterp37 authored Apr 17, 2024
1 parent 8fda223 commit fd46a03
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 822 deletions.
4 changes: 4 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ const autoPrefixer = require("autoprefixer");
const path = require("path");

module.exports = {
core: {
disableTelemetry: true,
},
staticDirs: ["../public"],
stories: ["../stories/**/*.stories.js"],
addons: ["@storybook/addon-controls", "@storybook/addon-docs"],

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ command = """
wget https://bootstrap.pypa.io/get-pip.py
venv/bin/python get-pip.py
venv/bin/pip install wheel
npm install
npm ci
npm run build
if [ "$STORYBOOK" ]; then
npm run build-storybook
Expand Down
Loading

0 comments on commit fd46a03

Please sign in to comment.