From 8ed2b60707f2c3154a9763f51c71e30c687d57ba Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 27 Mar 2018 11:40:50 +0430 Subject: [PATCH] fix nuxt-build script --- bin/nuxt-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nuxt-build b/bin/nuxt-build index 0c7fe1e6b4..ecd730fd29 100755 --- a/bin/nuxt-build +++ b/bin/nuxt-build @@ -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 }