mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
||||
const close = () => {
|
||||
// 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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user