Skip to content

Commit 8230aa3

Browse files
committed
test: yet another dirty fix for verdaccio testing
1 parent e10545a commit 8230aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/Creator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module.exports = class Creator extends EventEmitter {
160160

161161
if (!version) {
162162
if (isOfficialPlugin(dep) || dep === '@vue/cli-service' || dep === '@vue/babel-preset-env') {
163-
version = `~${latestMinor}`
163+
version = isTestOrDebug ? `latest` : `~${latestMinor}`
164164
} else {
165165
version = 'latest'
166166
}

0 commit comments

Comments
 (0)