diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a2dab7b496..674789092f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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) diff --git a/storybook/package.json b/storybook/package.json index c6b0132cd36..334e6c5a002 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -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",