easy-soft-develop 2.1.258 → 2.1.262

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.1.258",
3
+ "version": "2.1.262",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -98,7 +98,7 @@
98
98
  "eslint": "^8.57.0",
99
99
  "eslint-config-prettier": "^10.1.1",
100
100
  "eslint-formatter-pretty": "^6.0.1",
101
- "eslint-import-resolver-typescript": "^3.8.3",
101
+ "eslint-import-resolver-typescript": "^3.8.4",
102
102
  "eslint-plugin-eslint-comments": "^3.2.0",
103
103
  "eslint-plugin-import": "^2.31.0",
104
104
  "eslint-plugin-prettier": "^5.2.3",
@@ -66,23 +66,6 @@ function handlePackage({
66
66
 
67
67
  promptLine();
68
68
 
69
- promptTip('*', 'sync folders.');
70
- promptEmptyLine();
71
-
72
- if (syncFolders.length === 0) {
73
- promptWarn(
74
- 'none folders will sync, if need, please set "syncFolders" in "develop.update.project.from.repository.json".',
75
- );
76
- }
77
-
78
- for (const itemFolder of syncFolders) {
79
- copyFolderSync({
80
- sourceMainPath,
81
- targetMainPath,
82
- filepath: itemFolder,
83
- });
84
- }
85
-
86
69
  promptTip('*', 'sync files.');
87
70
  promptEmptyLine();
88
71
 
@@ -123,6 +106,23 @@ function handlePackage({
123
106
  });
124
107
  }
125
108
 
109
+ promptTip('*', 'sync folders.');
110
+ promptEmptyLine();
111
+
112
+ if (syncFolders.length === 0) {
113
+ promptWarn(
114
+ 'none folders will sync, if need, please set "syncFolders" in "develop.update.project.from.repository.json".',
115
+ );
116
+ }
117
+
118
+ for (const itemFolder of syncFolders) {
119
+ copyFolderSync({
120
+ sourceMainPath,
121
+ targetMainPath,
122
+ filepath: itemFolder,
123
+ });
124
+ }
125
+
126
126
  promptTip('*', 'clear resource.');
127
127
  promptEmptyLine();
128
128