fix: release 配置

This commit is contained in:
wangfupeng 2020-10-29 11:00:47 +08:00
parent b9cc4a0ef3
commit f07bedb3a2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module.exports = {
requireBranch: 'master',
},
hooks: {
"before:init": ["git pull", "npm run all-check"]
"before:init": ["git pull origin master", "npm run all-check"]
},
npm: {
publish: false,