fix: make the linter happy

This commit is contained in:
Mikeal Rogers 2019-09-10 00:43:41 +00:00
parent d3484b7b43
commit 0459ae9c7a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const run = async () => {
exec(`npm version --allow-same-version=true --git-tag-version=false ${current} `)
let newVersion = execSync(`npm version --git-tag-version=false ${version}`).toString()
console.log(newVersion)
//exec(`git commit -a --amend --no-edit`)
// exec(`git commit -a --amend --no-edit`)
exec(`git checkout package.json`)
exec(`npm publish --access=public`)
// exec(`git push origin master`)