diff --git a/src/index.ts b/src/index.ts index a699bc49..8ed9c026 100644 --- a/src/index.ts +++ b/src/index.ts @@ -194,7 +194,7 @@ export async function build(_options: Options) { } else if (onSuccessCleanup) { await onSuccessCleanup() } - // reset them in all occassions anyway + // reset them in all occasions anyway onSuccessProcess = undefined onSuccessCleanup = undefined }