allow release on not committed working dir

This commit is contained in:
Yanzhen Yu
2019-11-30 17:56:32 +08:00
parent cdf7495cf7
commit 98fc939c9e

View File

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