easy-soft-develop 2.1.227 → 2.1.229

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.227",
3
+ "version": "2.1.229",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -111,6 +111,8 @@ function handlePackage({
111
111
 
112
112
  for (const itemFile of ignoreSyncWhenExistFiles) {
113
113
  if (existFileSync(`./${targetMainPath}/${itemFile}`)) {
114
+ promptInfo(`ignore copy file: "${itemFile}".`);
115
+
114
116
  continue;
115
117
  }
116
118