mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
refactor: adjust process.env.CI
This commit is contained in:
parent
cfb44e7df5
commit
eace48fb8c
@ -49,7 +49,7 @@ for (let fixture of fixtures) {
|
||||
}
|
||||
|
||||
const options = {
|
||||
renderer: process.env.CI === true ? 'silent' : 'default',
|
||||
renderer: process.env.CI ? 'silent' : 'default',
|
||||
nonTTYRenderer: 'silent',
|
||||
concurrent: Math.min(4, cpus().length)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user