X Tutup
Skip to content

Commit efbbee2

Browse files
committed
removing unneeded comment
1 parent 89117c2 commit efbbee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/rush-lib/src/cli/actions/PublishAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ export class PublishAction extends BaseRushAction {
339339
if (this._pack.value) {
340340
// packs to tarball instead of publishing to NPM repository
341341
this._npmPack(packageName, packageConfig);
342-
// Do not tag packages that already exist. This will fail with a fatal error.
343342
applyTag(this._applyGitTagsOnPack.value);
344343
} else if (this._force.value || !this._packageExists(packageConfig)) {
345344
// Publish to npm repository

0 commit comments

Comments
 (0)
X Tutup