easy-soft-develop 2.0.193 → 2.0.194
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
|
@@ -4,7 +4,7 @@ const folderPath = './develop/config/package';
|
|
|
4
4
|
|
|
5
5
|
const globalChildPackageFileContent = `${fileGlobalHeader}
|
|
6
6
|
const commitScript = {
|
|
7
|
-
'z:auto:adjust:file': 'exec some file adjust command',
|
|
7
|
+
'z:auto:adjust:file': 'echo can exec some file adjust command with here',
|
|
8
8
|
precommit: 'npm run z:lint:staged:quiet',
|
|
9
9
|
};
|
|
10
10
|
|