fix: release 配置
This commit is contained in:
parent
b9cc4a0ef3
commit
f07bedb3a2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue