Skip to content

Commit

Permalink
Update master checkout branch [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yershalom committed Dec 16, 2018
1 parent 9e70f93 commit e32ed66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ function readPackageJson() {
}

function updatePackageJsonGit(version) {
exec.execSync(`git checkout master`);
const packageJson = readPackageJson();
packageJson.version = version;
writePackageJson(packageJson);
Expand Down

0 comments on commit e32ed66

Please sign in to comment.