allow release on not committed working dir

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

View File

@@ -2,5 +2,8 @@
"non-interactive": true,
"hooks": {
"before:init": ["npm run bundle", "npm run typings"]
},
"git": {
"requireCleanWorkingDir": false
}
}