@zuplo/cli 3.0.1 → 3.0.2
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/deploy/archive.js +3 -2
- package/package.json +1 -1
package/dist/deploy/archive.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="ab3f5b7b-161d-51d0-839f-49bce40034b1")}catch(e){}}();
|
|
3
3
|
import ignore from "ignore";
|
|
4
4
|
import { minimatch } from "minimatch";
|
|
5
5
|
import { randomBytes } from "node:crypto";
|
|
@@ -94,6 +94,7 @@ async function generateMetadata(argv) {
|
|
|
94
94
|
}
|
|
95
95
|
branch = status.current.trim();
|
|
96
96
|
if (branch === "HEAD") {
|
|
97
|
+
await git.fetch(["--all"]);
|
|
97
98
|
const branchCommit = await git.branch(["-a"]);
|
|
98
99
|
const brancheRef = await git.branch([
|
|
99
100
|
"-r",
|
|
@@ -136,4 +137,4 @@ async function writeGeneratedMetadata(dir, metadata) {
|
|
|
136
137
|
});
|
|
137
138
|
}
|
|
138
139
|
//# sourceMappingURL=archive.js.map
|
|
139
|
-
//# debugId=
|
|
140
|
+
//# debugId=ab3f5b7b-161d-51d0-839f-49bce40034b1
|