Skip to content

Commit 6b77e03

Browse files
committed
chore: make the test output cleaner
1 parent abb1379 commit 6b77e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli/lib/util/ProjectPackageManager.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ class PackageManager {
301301
async install () {
302302
if (process.env.VUE_CLI_TEST) {
303303
try {
304-
await this.runCommand('install', ['--offline'])
304+
await this.runCommand('install', ['--offline', '--silent', '--no-progress'])
305305
} catch (e) {
306-
await this.runCommand('install')
306+
await this.runCommand('install', '--silent', '--no-progress')
307307
}
308308
}
309309

0 commit comments

Comments
 (0)