diff --git a/packages/core/src/git.ts b/packages/core/src/git.ts index 5719e1124..edf2c6892 100644 --- a/packages/core/src/git.ts +++ b/packages/core/src/git.ts @@ -11,6 +11,7 @@ import on from "await-to-js"; import join from "url-join"; import { gt, lt } from "semver"; import prettyMs from "pretty-ms"; +import { execSync } from "child_process"; import { Memoize as memoize } from "typescript-memoize";