easy-soft-develop 2.0.201 → 2.0.202

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.201",
3
+ "version": "2.0.202",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -185,10 +185,10 @@ function createVscode() {
185
185
  'conventionalcommits',
186
186
  'packagejson',
187
187
  'pmmmwh',
188
- 'postcz',
188
+ 'postz:cz',
189
189
  'postz',
190
190
  'precommit',
191
- 'precz',
191
+ 'prez:cz',
192
192
  'prez',
193
193
  'lintstagedrc',
194
194
  ],
@@ -128,10 +128,10 @@ const nrmScript = {
128
128
 
129
129
  const commitScript = {
130
130
  commitlint: 'npx commitlint --edit',
131
- precz: 'npm run z:auto:adjust:file:all && npm run z:prettier:format:change && npm run z:commit:refresh && git stage -A',
132
- cz: 'cz',
133
- postcz: 'git push && npm run z:test',
134
131
  precommit: 'npm run z:lint:staged:quiet',
132
+ prez:cz: 'npm run z:auto:adjust:file:all && npm run z:prettier:format:change && npm run z:commit:refresh && git stage -A',
133
+ z:cz: 'cz',
134
+ postz:cz: 'git push && npm run z:test',
135
135
  "z:commit:refresh": "npx easy-soft-develop commit-refresh",
136
136
  };
137
137