Reverted other package-lock.json

This commit is contained in:
Sankalp Kotewar
2022-06-06 08:03:56 +00:00
committed by GitHub
parent 2fd9a80bc1
commit 41c667327d
5 changed files with 13 additions and 4 deletions

View File

@@ -118,6 +118,8 @@ export async function createTar(
...getCompressionProgram(),
'-cf',
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
'--exclude',
cacheFileName.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),
'-P',
'-C',
workingDirectory.replace(new RegExp(`\\${path.sep}`, 'g'), '/'),