diff fix and npm dep

This commit is contained in:
Yuri Kuznetsov
2019-12-13 11:01:14 +02:00
parent 5c42133e7b
commit bcf54d9fb0
3 changed files with 245 additions and 715 deletions
+2 -2
View File
@@ -236,10 +236,10 @@ function buildUpgradePackage(versionFrom, params)
});
if (beforeUpgradeFileList.length) {
cp.execSync('xargs -a ' + diffBeforeUpgradeFolderPath + ' cp --parents -t ' + upgradePath + '/beforeUpgradeFiles');
cp.execSync('xargs -a ' + diffBeforeUpgradeFolderPath + ' cp -p --parents -t ' + upgradePath + '/beforeUpgradeFiles');
}
execute('xargs -a ' + diffFilePath + ' cp --parents -t ' + upgradePath + '/files' , function (stdout) {
execute('xargs -a ' + diffFilePath + ' cp -p --parents -t ' + upgradePath + '/files' , function (stdout) {
var d = new Date();
var monthN = ((d.getMonth() + 1).toString());