update release it config

This commit is contained in:
Yanzhen Yu
2019-11-30 17:57:47 +08:00
parent bf2142cb60
commit 2751762f81

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
}
}