update release it config

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent fb13d24a86
commit 73dc8bd9cd

View File

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