@devicecloud.dev/dcd 0.0.1-alpha.8 → 0.0.1-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/cloud.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/dist/commands/cloud.js
CHANGED
|
@@ -236,7 +236,7 @@ class Cloud extends core_1.Command {
|
|
|
236
236
|
acc[key] = value;
|
|
237
237
|
return acc;
|
|
238
238
|
}, {});
|
|
239
|
-
const buffer = testFileNames?.length > 1
|
|
239
|
+
const buffer = [...sequentialFlows, ...testFileNames]?.length > 1
|
|
240
240
|
? await compressDir(flowFile.split('/').slice(0, -1).join('/'))
|
|
241
241
|
: await compressFile(flowFile);
|
|
242
242
|
const blob = new Blob([buffer], {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED