Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Feb 22, 2016
1 parent e4711cc commit f7d1544
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/commands/publish/publishChangedPackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ function gitRemoveTaggedVersions(tags) {
tags.forEach(gitUtils.removeTag);
}

function gitPushWithTags(tags) {
execSync("git push");
execSync("git push origin " + tags.join(" "));
}

function logChangedPackages(packages, versions) {
logger.log("info", "Packages to be updated");
logger.log("info", packages.map(function (pkg) {
Expand Down

0 comments on commit f7d1544

Please sign in to comment.