Skip to content

Commit

Permalink
fix(publish): Write temporary annotations once, not repeatedly
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Mar 28, 2018
1 parent d8a8f03 commit 6abae76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/publish/index.js
Expand Up @@ -201,7 +201,7 @@ class PublishCommand extends Command {
pkg.updateLocalDependency(resolved, depVersion, this.savePrefix);
}

return writePkg(pkg.manifestLocation, pkg.toJSON());
// writing changes to disk handled in annotateGitHead()
});
}

Expand Down

0 comments on commit 6abae76

Please sign in to comment.