easy-soft-develop 2.0.190 → 2.0.191

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.190",
3
+ "version": "2.0.191",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -137,7 +137,7 @@ const commitScript = {
137
137
 
138
138
  const prettierScript = {
139
139
  "z:prettier:format:all": "npx prettier --write .",
140
- "z:prettier:format:change": "npx prettier --cache --write . && npx easy-soft-develop --message \\"format changed files complete\\" --type success --blankLine",
140
+ "z:prettier:format:change": "npx prettier --cache --write . && npx easy-soft-develop prompt --message \\"format changed files complete\\" --type success --blankLine",
141
141
  "z:prettier:package.json:all": "npx prettier --write ./**/package.json",
142
142
  "z:prettier:package.json:current": "npx prettier --write ./package.json",
143
143
  };