Browse Source

编译构建完成退出

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

+ 2 - 0
build/build.js

@@ -37,5 +37,7 @@ 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)
   })
 })