update release it config

This commit is contained in:
Yanzhen Yu
2019-11-30 17:52:05 +08:00
parent a739c0fbc6
commit cdf7495cf7

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