meixifrontserve 0.2.5 → 0.2.6

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.5",
3
+ "version": "0.2.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,
@@ -36,6 +36,7 @@ class RollupBuildController {
36
36
  str += `-${paramsStr}`
37
37
  }
38
38
  this.commandStr = str;
39
+ console.log(str);
39
40
  }
40
41
  }
41
42
 
@@ -157,7 +158,6 @@ class RollupBuildController {
157
158
  return 'sudo meixirollupbuild -b'
158
159
  case "win32":
159
160
  return 'meixirollupbuild -b'
160
-
161
161
  default:
162
162
  return 'meixirollupbuild -b'
163
163
  }