fix: webhook lib build script

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2023-12-24 21:18:01 +08:00
parent c6d037db1d
commit ee370bc385

View File

@@ -14,7 +14,7 @@
"before": [
"git pull --rebase",
"pnpm i",
"npm run package"
"npm run build"
],
"after": [
"npm publish --access=public"