Skip to content

Commit

Permalink
INT-3307: Clean up unused storybook addons
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny committed Jun 11, 2024
1 parent 59fa435 commit 009e375
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @typedef {import('storybook').config} */
module.exports = {
core: {
// builder: '@storybook/vite',
disableTelemetry: true,
},
stories: [
Expand All @@ -13,7 +12,6 @@ module.exports = {
options: {},
},
addons: [
// '@storybook/addon-interactions',
'@storybook/addon-essentials',
'@storybook/addon-svelte-csf',
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.2.5",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.6",
"@storybook/addon-svelte-csf": "^4.1.3",
"@storybook/svelte": "^8.1.3",
"@storybook/svelte-vite": "^8.1.3",
Expand Down

0 comments on commit 009e375

Please sign in to comment.