easy-soft-develop 2.0.173 → 2.0.175

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.173",
3
+ "version": "2.0.175",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -201,7 +201,10 @@ function createVscode() {
201
201
  '**/bower_components': true,
202
202
  '**/*.code-search': true,
203
203
  '**/dist': true,
204
+ '**/coverage': true,
205
+ '**/docs': true,
204
206
  '**/es': true,
207
+ '**/pnpm-lock.yaml': true,
205
208
  },
206
209
  };
207
210
 
@@ -128,9 +128,9 @@ const nrmScript = {
128
128
 
129
129
  const commitScript = {
130
130
  commitlint: 'npx commitlint --edit',
131
- precz: 'npm run z:test && npm run z:commit:refresh && git stage -A',
131
+ precz: 'npm run z:commit:refresh && git stage -A',
132
132
  cz: 'cz',
133
- postcz: 'git push',
133
+ postcz: 'git push && npm run z:test',
134
134
  precommit: 'npm run z:lint:staged:quiet',
135
135
  "z:commit:refresh": "npx easy-soft-develop commit-refresh",
136
136
  };