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

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());

948
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,11 +10,11 @@
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"archiver": "^3.1.1",
"fstream": ">=1.0.12",
"grunt": "~1.0.3",
"grunt": "^1.0.4",
"grunt-chmod": "~1.1.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
@@ -26,7 +26,5 @@
"pofile": "~1.0.11",
"tar": "^4.4.8"
},
"dependencies": {
"archiver": "^3.1.1"
}
"dependencies": {}
}