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
|
@@ -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
|
|
106
|
+
"z:bootstrap": "npm run z:clean && git pull && npm run z:install",
|
|
107
107
|
};
|
|
108
108
|
|
|
109
109
|
const installScript = {
|