cleanup vendor

This commit is contained in:
Yuri Kuznetsov
2024-03-27 14:04:55 +02:00
parent 9e50337c99
commit e9b49a5317
3 changed files with 67 additions and 1 deletions
+2
View File
@@ -866,6 +866,8 @@ class Diff
const vendorPath = tempFolderPath + '/new/vendor/';
cp.execSync(`cp -r ${currentPath}/dev ${tempFolderPath}/new/dev`);
fs.writeFileSync(tempFolderPath + '/new/composer.lock', composerLockNewContents);
fs.writeFileSync(tempFolderPath + '/new/composer.json', composerNewContents);