We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a43a9 commit 82de0dcCopy full SHA for 82de0dc
tests/storybook.ts
@@ -5,7 +5,7 @@ export async function test(options: RunOptions) {
5
await runInRepo({
6
...options,
7
repo: 'storybookjs/storybook',
8
- branch: options.viteMajor < 8 ? 'next' : 'valentin/support-vite-8',
+ branch: 'next',
9
build: 'vite-ecosystem-ci:build',
10
beforeTest: 'vite-ecosystem-ci:before-test',
11
test: 'vite-ecosystem-ci:test',
0 commit comments