Skip to content

Commit

Permalink
chore(storybook): disable telemetry (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Aug 21, 2022
1 parent b9615fb commit 73f3590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
checkOptions: {
tsconfig: '../stories/tsconfig.json',
},
core: {
disableTelemetry: true,
},
stories: [
'../stories/**/*.stories.mdx',
'../stories/**/*.stories.@(js|jsx|ts|tsx)',
Expand Down

0 comments on commit 73f3590

Please sign in to comment.