Skip to content

Commit

Permalink
Merge pull request #16 from vuejs/edison/fix/languageTools
Browse files Browse the repository at this point in the history
fix(language-tools): correct the package selector
  • Loading branch information
edison1105 committed Sep 10, 2024
2 parents a3b829f + e56dcaa commit 4aa1191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/language-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export async function test(options: RunOptions) {
beforeBuild: `pnpm dedupe --registry=${REGISTRY_ADDRESS}`,
build: 'build',
test: 'test',
overrideVueVersion: '>3.5',
overrideVueVersion: '@^3.5',
})
}

0 comments on commit 4aa1191

Please sign in to comment.