refactor(event-manager): move emit into handler

This commit is contained in:
Innei
2022-06-10 22:02:17 +08:00
parent 1be687f9d1
commit 5213455f8a
3 changed files with 5 additions and 2 deletions

View File

@@ -55,6 +55,7 @@
"bump": {
"before": [
"git pull --rebase",
"git-cliff > CHANGELOG.md",
"pnpm i",
"node scripts/get-latest-admin-version.js"
],