easy-soft-develop 2.1.2 → 2.1.4

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.2",
3
+ "version": "2.1.4",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -92,7 +92,7 @@ const publishScript = {
92
92
  'prez:publish:lerna': 'npm run z:change:npm:registry:npm',
93
93
  'z:publish:lerna': 'lerna updated && npm run z:lerna:publish',
94
94
  'postz:publish:lerna': 'npm run z:change:npm:registry:local && npm run z:publish:npm-all',
95
- 'prez:publish:build': 'npm run z:install && npm run cz && npm run z:build:all',
95
+ 'prez:publish:build': 'npm run z:install && npm run z:cz && npm run z:build:all',
96
96
  'z:publish:build': 'npm run z:publish:lerna',
97
97
  };
98
98
 
@@ -129,9 +129,9 @@ const nrmScript = {
129
129
  const commitScript = {
130
130
  commitlint: 'npx commitlint --edit',
131
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',
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