easy-soft-develop 2.1.88 → 2.1.92
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
|
@@ -124,7 +124,7 @@ function adjustMainPackageJsonScript({ scripts }) {
|
|
|
124
124
|
packageJson.scripts = assignObject(
|
|
125
125
|
{
|
|
126
126
|
'z:build:all': 'echo please supplement build all packages commend',
|
|
127
|
-
'z:publish:npm-all': `easy-soft-develop publish --packages ${publishPackageNameList.join(
|
|
127
|
+
'z:publish:npm-all': `npx easy-soft-develop publish --packages ${publishPackageNameList.join(
|
|
128
128
|
',',
|
|
129
129
|
)}${publishWithOtp ? ' --otp true' : ''}`,
|
|
130
130
|
},
|