easy-soft-develop 2.1.150 → 2.1.152
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
|
@@ -147,14 +147,16 @@ function adjustMainPackageJsonScript({ scripts }) {
|
|
|
147
147
|
});
|
|
148
148
|
|
|
149
149
|
packageJson.scripts = assignObject(
|
|
150
|
-
publishItemCollection,
|
|
151
150
|
{
|
|
152
151
|
'z:build:all': 'echo please supplement build all packages commend',
|
|
153
|
-
'z:publish:npm-all': publishItemScript.join(' && '),
|
|
154
152
|
},
|
|
155
153
|
globalScript,
|
|
156
154
|
originalScript || {},
|
|
157
155
|
scripts,
|
|
156
|
+
publishItemCollection,
|
|
157
|
+
{
|
|
158
|
+
'z:publish:npm-all': publishItemScript.join(' && '),
|
|
159
|
+
},
|
|
158
160
|
testScript,
|
|
159
161
|
autoAdjustFileScript,
|
|
160
162
|
{
|