fix: checkout branch

This commit is contained in:
Mikeal Rogers 2019-09-10 02:15:11 +00:00
부모 da67840952
커밋 82d5e53321
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -52,7 +52,7 @@ const run = async () => {
const exec = str => process.stdout.write(execSync(str))
exec(`git branch tmp`)
exec(`git checkout -b tmp`)
let current = execSync(`npm view ${pkg.name} version`).toString()
exec(`npm version --allow-same-version=true --git-tag-version=false ${current} `)