Skip to content

Commit d3eed85

Browse files
authored
chore: update Vike test command (#286)
1 parent 35741b8 commit d3eed85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/vike.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export async function test(options: RunOptions) {
1111
'@vitejs/plugin-vue': true,
1212
},
1313
build: 'build',
14-
test: 'test',
14+
test: 'test:vite-ecosystem-ci',
1515
})
1616
}

0 commit comments

Comments
 (0)