From e32647aecb5c5e4fa45f4be2dc0674b5877ffd2c Mon Sep 17 00:00:00 2001 From: Young Date: Fri, 30 Sep 2022 15:37:59 +0800 Subject: [PATCH] chore: fix a typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f2f1b1b6..e2684a43 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 }