Skip to content

Commit

Permalink
Do not install @storybook/jest in sandboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 15, 2024
1 parent f503bc9 commit 7813402
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/tasks/sandbox-parts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,7 @@ export async function addExtraDependencies({
extraDeps?: string[];
}) {
// web-components doesn't install '@storybook/testing-library' by default
const extraDevDeps = [
'@storybook/test@next',
'@storybook/testing-library@next',
'@storybook/test-runner@next',
];
const extraDevDeps = ['@storybook/testing-library@next', '@storybook/test-runner@next'];
if (debug) logger.log('🎁 Adding extra dev deps', extraDevDeps);
let packageManager: JsPackageManager;
if (!dryRun) {
Expand Down

0 comments on commit 7813402

Please sign in to comment.