Skip to content

Commit 7212871

Browse files
committed
chore: disable storybook telemetry
1 parent bcbd37f commit 7212871

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

apps/storybook/.storybook/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ const config: StorybookConfig = {
113113
},
114114
};
115115
},
116+
core: {
117+
disableTelemetry: true,
118+
},
116119
};
117120

118121
export default config;

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "storybook dev -p 6006",
6+
"dev": "storybook dev -p 6006 --disable-telemetry",
77
"build": "storybook build -o ./dist --stats-json --disable-telemetry",
88
"test-storybook": "pnpm exec playwright install --with-deps chromium && vitest",
99
"chromatic": "pnpx chromatic",

0 commit comments

Comments
 (0)