fix: resolve config write test drift

This commit is contained in:
Peter Steinberger 2026-04-04 05:24:24 +01:00
parent 3a62b0e75b
commit 64b971b2b0
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ export async function installHooksFromArchive(
export async function installHooksFromNpmSpec(params: {
spec: string;
dangerouslyForceUnsafeInstall?: boolean;
hooksDir?: string;
timeoutMs?: number;
logger?: HookInstallLogger;