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 d18f4dd commit ba38134Copy full SHA for ba38134
scripts/publish.js
@@ -32,6 +32,7 @@ for (const lerna of filteredLernaList) {
32
);
33
}
34
if (
35
+ process.env.BRANCH_NAME !== "main" &&
36
versionFromRef &&
37
packageFromRef &&
38
(packageFromRef !== packageFromBranch ||
0 commit comments