Skip to content

Commit

Permalink
chore: fix a typo (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
younggglcy committed Oct 17, 2022
1 parent 2f9d370 commit 5161f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -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
}
Expand Down

0 comments on commit 5161f8f

Please sign in to comment.