Browse Source

编译构建完成退出

shangke 2 years ago
parent
commit
3fd53f00e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/build.js

+ 1 - 0
build/build.js

@@ -37,5 +37,6 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
       '  Tip: built files are meant to be served over an HTTP server.\n' +
       '  Opening index.html over file:// won\'t work.\n'
     ))
+    process.exit(0)
   })
 })