chore: exclude telemetry report from storybook

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2024-09-10 15:35:37 +02:00 committed by Florent BENOIT
parent 1adfefa512
commit 9eaebda856
2 changed files with 6 additions and 2 deletions

View file

@ -813,6 +813,9 @@ importers:
autoprefixer:
specifier: ^10.4.20
version: 10.4.20(postcss@8.4.45)
cross-env:
specifier: 7.0.3
version: 7.0.3
eslint-plugin-svelte:
specifier: ^2.43.0
version: 2.43.0(eslint@9.10.0(jiti@1.21.6))(svelte@5.0.0-next.225)

View file

@ -4,8 +4,8 @@
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "storybook dev -p 6006",
"build": "storybook build"
"dev": "cross-env STORYBOOK_DISABLE_TELEMETRY=1 storybook dev -p 6006",
"build": "cross-env STORYBOOK_DISABLE_TELEMETRY=1 storybook build"
},
"peerDependencies": {
"svelte": "^5.0.0",
@ -34,6 +34,7 @@
"@tsconfig/svelte": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"autoprefixer": "^10.4.20",
"cross-env": "7.0.3",
"eslint-plugin-svelte": "^2.43.0",
"postcss": "^8.4.45",
"postcss-load-config": "^6.0.1",