update release it config

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent e7b24d6091
commit 9b9f204469

View File

@@ -1,4 +1,6 @@
{ {
"non-interactive": true, "non-interactive": true,
"buildCommand": "npm run bundle && npm run typings" "hooks": {
"before:init": ["npm run bundle", "npm run typings"]
}
} }