easy-soft-develop 2.1.66 → 2.1.67

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,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-04/schema#",
3
3
  "name": "easy-soft-develop",
4
- "version": "2.1.66",
4
+ "version": "2.1.67",
5
5
  "description": "",
6
6
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
7
7
  "bugs": {
@@ -103,7 +103,7 @@ const environmentScript = {
103
103
 
104
104
  const repositoryScript = {
105
105
  "z:repository:publish": "pnpm -r publish",
106
- "z:bootstrap": "npm run z:clean && git pull && npm run z:install && npm run z:husky:install",
106
+ "z:bootstrap": "npm run z:clean && git pull && npm run z:install",
107
107
  };
108
108
 
109
109
  const installScript = {