meixifrontserve 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,
@@ -49,8 +49,6 @@ class RollupBuildController {
49
49
  child_process.exec(`${this.commandStr}`, async (error, stdout, statusbar) => {
50
50
 
51
51
 
52
- console.log(error);
53
-
54
52
  if (!error) {
55
53
  console.log('开始准备上传文件');
56
54
  const press = process.cwd();
@@ -74,6 +72,9 @@ class RollupBuildController {
74
72
  }
75
73
  })
76
74
 
75
+ } else {
76
+ console.log('当前无微模块打包');
77
+ process.exit();
77
78
  }
78
79
 
79
80
  }