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.
pnpm-workspace.yaml
1 parent 422a4d2 commit cc647e1Copy full SHA for cc647e1
pnpm-workspace.yaml
@@ -4,3 +4,5 @@ packages:
4
catalog:
5
classnames: ^2.3.1
6
tslib: ~2.6.2
7
+
8
+publishBranch: develop
scripts/circle-publish-npm
@@ -23,7 +23,7 @@ fi
23
if [[ "$branch" == "next" ]]; then
24
echo "Publishing with next tag because branch name is next"
25
# must set public access for scoped packages
26
- pnpm publish --publish-branch "$branch" --tag next --access public
+ pnpm publish --publish-branch next --tag next --access public
27
else
28
- pnpm publish --publish-branch "$branch" --access public
+ pnpm publish --access public
29
fi
0 commit comments