Skip to content

Commit 82de0dc

Browse files
authored
chore: use next branch again after they merged their feature branch in (#448)
1 parent 15a43a9 commit 82de0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storybook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
55
await runInRepo({
66
...options,
77
repo: 'storybookjs/storybook',
8-
branch: options.viteMajor < 8 ? 'next' : 'valentin/support-vite-8',
8+
branch: 'next',
99
build: 'vite-ecosystem-ci:build',
1010
beforeTest: 'vite-ecosystem-ci:before-test',
1111
test: 'vite-ecosystem-ci:test',

0 commit comments

Comments
 (0)