Skip to content

Commit 5eaf7bc

Browse files
committed
don't require git for build
1 parent 4a0368d commit 5eaf7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/otlp-importer/scripts/submodule.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ try {
55
await execPromise("git --version");
66
} catch (error) {
77
console.error("Git not installed or missing from PATH.");
8-
process.exit(1);
8+
process.exit(0);
99
}
1010

1111
// submodule sync

0 commit comments

Comments
 (0)