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
|
@@ -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:
|
|
109
|
+
'npm run z:clean && git pull && npm run z:install && npm run z:husky:install',
|
|
110
110
|
};
|
|
111
111
|
|
|
112
112
|
const installScript = {
|