easy-soft-develop 2.1.14 → 2.1.15

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.1.14",
3
+ "version": "2.1.15",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -51,6 +51,7 @@
51
51
  "z:prettier:format:all": "npx prettier --write .",
52
52
  "z:prettier:format:change": "npx prettier --cache --write . && node ./bin/cli.js prompt --message \"format changed files complete\" --type success --blankLine",
53
53
  "z:publish:build": "npm run z:publish:patch:npm",
54
+ "postz:publish:build": "git push",
54
55
  "prez:publish:patch:npm": "npm run z:cz && npm version patch",
55
56
  "z:publish:patch:npm": "npm publish --registry https://registry.npmjs.org/",
56
57
  "postz:publish:patch:npm": "npm run z:change:npm:registry:local",