mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
fix nuxt-build script
This commit is contained in:
parent
b8d30d806a
commit
8ed2b60707
@ -61,7 +61,7 @@ nuxt.hook('error', (_err, from) => Utils.fatalError(_err, from))
|
|||||||
// Close function
|
// Close function
|
||||||
const close = () => {
|
const close = () => {
|
||||||
// In analyze mode wait for plugin opening the browser
|
// In analyze mode wait for plugin opening the browser
|
||||||
if (options.build.analyze === true && !(this.options.ci || this.options.test)) {
|
if (options.build.analyze === true && !(options.ci || options.test)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user