zarro 1.165.6 → 1.165.8
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
// refuses to pack them, and I haven't figured out
|
|
9
9
|
// why; so another process should create dist-copy
|
|
10
10
|
// specifically for packing purposes
|
|
11
|
-
search = ["
|
|
11
|
+
search = ["dist-copy", "src"];
|
|
12
12
|
for (const item of search) {
|
|
13
13
|
const seek = path.join(__dirname, "fetch-github-release", item);
|
|
14
14
|
if (folderExistsSync(seek)) {
|