We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6e8ea commit ecd70b0Copy full SHA for ecd70b0
tooling/src/publish.js
@@ -66,9 +66,7 @@ function versionAndPublish() {
66
execSync(`yarn workspace ${workspaceName} version ${newVersion}`, {stdio: 'inherit'});
67
68
// Publish the package
69
- // execSync(`yarn workspace ${workspaceName} npm publish --tag ${branchName}`, {stdio: 'inherit'});
70
-
71
- execSync(`yarn workspace ${workspaceName} pack`, {stdio: 'inherit'});
+ execSync(`yarn workspace ${workspaceName} npm publish --tag ${branchName}`, {stdio: 'inherit'});
72
};
73
74
// Publish dependencies first
0 commit comments