From 1731d995b33f56fa94fec894cb417b58136c13ef Mon Sep 17 00:00:00 2001 From: daiwei Date: Tue, 10 Sep 2024 18:34:26 +0800 Subject: [PATCH] fix(language-tools): correct the package selector --- tests/language-tools.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/language-tools.ts b/tests/language-tools.ts index 0af1b99..d427820 100644 --- a/tests/language-tools.ts +++ b/tests/language-tools.ts @@ -10,5 +10,6 @@ export async function test(options: RunOptions) { beforeBuild: `pnpm dedupe --registry=${REGISTRY_ADDRESS}`, build: 'build', test: 'test', + overrideVueVersion: '@^3.5', }) }