easy-soft-develop 2.1.38 → 2.1.39
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
|
@@ -143,7 +143,7 @@ const prettierScript = {
|
|
|
143
143
|
const ncuScript = {
|
|
144
144
|
'z:check:all-package-version': 'npx easy-soft-develop check-all-package-version',
|
|
145
145
|
'z:update:all-package-version': 'npx easy-soft-develop update-all-package-version',
|
|
146
|
-
'postz:update:all-package-version': 'npm run z:install',
|
|
146
|
+
'postz:update:all-package-version': 'npm run z:install.global.develop.dependence',
|
|
147
147
|
'z:update:special-package-version': 'node ./develop/assists/package.update.special.version.js',
|
|
148
148
|
'postz:update:special-package-version': 'npm run z:install',
|
|
149
149
|
};
|