Skip to content

Commit ecd70b0

Browse files
fix(release): fix-ut-in-tooling (#329)
Co-authored-by: Shreyas Sharma <shreysh2@cisco.com>
1 parent 1c6e8ea commit ecd70b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tooling/src/publish.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ function versionAndPublish() {
6666
execSync(`yarn workspace ${workspaceName} version ${newVersion}`, {stdio: 'inherit'});
6767

6868
// Publish the package
69-
// execSync(`yarn workspace ${workspaceName} npm publish --tag ${branchName}`, {stdio: 'inherit'});
70-
71-
execSync(`yarn workspace ${workspaceName} pack`, {stdio: 'inherit'});
69+
execSync(`yarn workspace ${workspaceName} npm publish --tag ${branchName}`, {stdio: 'inherit'});
7270
};
7371

7472
// Publish dependencies first

0 commit comments

Comments
 (0)