Browse Source

Update master checkout branch [ci skip]

Shalom Yerushalmy 6 years ago
parent
commit
e32ed6615c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      scripts/release.js

+ 1
- 0
scripts/release.js View File

@@ -121,6 +121,7 @@ function readPackageJson() {
121 121
 }
122 122
 
123 123
 function updatePackageJsonGit(version) {
124
+    exec.execSync(`git checkout master`);
124 125
     const packageJson = readPackageJson();
125 126
     packageJson.version = version;
126 127
     writePackageJson(packageJson);