diff --git a/src/utils/lockfile.ts b/src/utils/lockfile.ts index 4564633..5c5c1c5 100644 --- a/src/utils/lockfile.ts +++ b/src/utils/lockfile.ts @@ -41,3 +41,4 @@ export function unlock(file: string, options?: UnlockOptions): Promise { export function check(file: string, options?: CheckOptions): Promise { return getLockfile().check(file, options) } +