fix: make the linter happy
This commit is contained in:
parent
d3484b7b43
commit
0459ae9c7a
|
@ -56,7 +56,7 @@ const run = async () => {
|
||||||
exec(`npm version --allow-same-version=true --git-tag-version=false ${current} `)
|
exec(`npm version --allow-same-version=true --git-tag-version=false ${current} `)
|
||||||
let newVersion = execSync(`npm version --git-tag-version=false ${version}`).toString()
|
let newVersion = execSync(`npm version --git-tag-version=false ${version}`).toString()
|
||||||
console.log(newVersion)
|
console.log(newVersion)
|
||||||
//exec(`git commit -a --amend --no-edit`)
|
// exec(`git commit -a --amend --no-edit`)
|
||||||
exec(`git checkout package.json`)
|
exec(`git checkout package.json`)
|
||||||
exec(`npm publish --access=public`)
|
exec(`npm publish --access=public`)
|
||||||
// exec(`git push origin master`)
|
// exec(`git push origin master`)
|
||||||
|
|
Loading…
Reference in New Issue