@ -20,7 +20,7 @@ function buildVersion(): string {
return dirty > 0 ? `${version}…${dirty}` : version
}
function isGitCommand() {
function isGitCommand(): boolean {
try {
execSync("command -v git")
return true