Browse Source

boolean type

master
pvincent 4 years ago
parent
commit
3c94fbcbfd
  1. 2
      vite.config.ts

2
vite.config.ts

@ -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

Loading…
Cancel
Save