easy-soft-develop 2.0.155 → 2.0.156

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": "easy-soft-develop",
3
- "version": "2.0.155",
3
+ "version": "2.0.156",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -67,10 +67,9 @@ function clean(preCmd, ...targets) {
67
67
  .join(' && ');
68
68
 
69
69
  promptInfo(`clean start`);
70
- promptEmptyLine();
71
70
 
72
71
  if (preCmd) {
73
- promptInfo(`clean by command: ${preCmd}`);
72
+ promptInfo(`clean with prepare command: ${preCmd}`);
74
73
 
75
74
  exec(preCmd);
76
75
  }
@@ -79,6 +78,7 @@ function clean(preCmd, ...targets) {
79
78
 
80
79
  adjustMainPackageJson(command);
81
80
 
81
+ promptEmptyLine();
82
82
  promptSuccess('clean success');
83
83
  } catch (error) {
84
84
  promptError(error);