Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Remove unused dependencies in /lib #19100

Merged
merged 8 commits into from
Sep 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use test-runner pre-release in CI
This should be removed once 7.1 stable is released
IanVS committed Sep 5, 2022
commit 85a3d6840fa12323437321a4dfb860c85d8d37bc
2 changes: 1 addition & 1 deletion scripts/tasks/test-runner.ts
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ export const testRunner: Task = {

// We could split this out into a separate task if it became annoying
const publishController = await servePackages({});
await exec(`yarn add --dev @storybook/test-runner`, execOptions);
await exec(`yarn add --dev @storybook/test-runner@0.7.1-next.0`, execOptions);

const storybookController = await serveSandbox(builtSandboxDir, {});