Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debug travis deploy
  • Loading branch information
DanielZlotin committed Feb 28, 2018
1 parent 459d469 commit 991c239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Expand Up @@ -60,7 +60,7 @@ function copyNpmRc() {
function tagAndPublish(newVersion) {
console.log(`new version is: ${newVersion}`);
execSync(`npm version ${newVersion} -m "v${newVersion} [ci skip]"`);
execSyncSilently(`git push deploy --tags`);
execSync(`git push deploy --tags --verbose`);
execSync(`npm publish --tag latest`);
}

Expand Down

0 comments on commit 991c239

Please sign in to comment.