easy-soft-develop 2.1.64 → 2.1.65

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.64",
4
+ "version": "2.1.65",
5
5
  "description": "",
6
6
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
7
7
  "bugs": {
@@ -106,7 +106,7 @@ const environmentScript = {
106
106
  const repositoryScript = {
107
107
  'z:repository:publish': 'pnpm -r publish',
108
108
  'z:bootstrap':
109
- 'npm run z:clean && npm run z:husky:install && git pull && npm run z:install',
109
+ 'npm run z:clean && git pull && npm run z:install && npm run z:husky:install',
110
110
  };
111
111
 
112
112
  const installScript = {