@factorialco/shadowdog
Advanced tools
Comparing version
{ | ||
"name": "@factorialco/shadowdog", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -101,4 +101,6 @@ "use strict"; | ||
const stream = await client.getObject(bucket, objectName); | ||
const outputPath = path_1.default.join(process.cwd(), artifact.output, '..'); | ||
fs_extra_1.default.mkdirpSync(outputPath); | ||
stream.pipe(tar.extract({ | ||
cwd: path_1.default.join(process.cwd(), artifact.output, '..'), | ||
cwd: outputPath, | ||
filter: (filePath) => filterFn(artifact.ignore, artifact.output, filePath), | ||
@@ -105,0 +107,0 @@ })); |
{ | ||
"name": "@factorialco/shadowdog", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "bin": { |
260261
0.03%3176
0.06%