Skip to content

Commit

Permalink
Merge pull request storybookjs#29695 from storybookjs/revert-29690-ya…
Browse files Browse the repository at this point in the history
…nn/fix-angular-sandboxes-ci

Revert "Build: Add workaround resolution for Angular sandboxes"
  • Loading branch information
yannbf authored Nov 23, 2024
2 parents 8214559 + b95adad commit 933f19f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions scripts/tasks/sandbox-parts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ export const install: Task['run'] = async ({ sandboxDir, key }, { link, dryRun,
'svelte-vite/default-ts',
'vue3-vite/default-js',
'vue3-vite/default-ts',
'angular-cli/15-ts',
'angular-cli/default-ts',
'angular-cli/prerelease',
];
if (sandboxesNeedingWorkarounds.includes(key)) {
await addWorkaroundResolutions({ cwd, dryRun, debug });
Expand Down
2 changes: 0 additions & 2 deletions scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ export const addWorkaroundResolutions = async ({ cwd, dryRun }: YarnOptions) =>
'@testing-library/dom': '^9.3.4',
'@testing-library/jest-dom': '^6.5.0',
'@testing-library/user-event': '^14.5.2',
// TODO: Remove this once this issue is fixed https://github.com/thednp/position-observer/issues/1
'@thednp/shorty': '2.0.7',
};
await writeJSON(packageJsonPath, packageJson, { spaces: 2 });
};
Expand Down

0 comments on commit 933f19f

Please sign in to comment.