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 8fb7eb4 commit 00c92eaCopy full SHA for 00c92ea
scripts/release.sh
@@ -10,7 +10,7 @@ fi
10
# Fail if there are any unstaged changes left
11
git diff --exit-code
12
13
-pnpm lerna version $1 -y
+pnpm lerna version $1 -y --force-publish
14
pnpm moon run :build
15
pnpm publish -r --access=public
16
NEW_VERSION=$(pnpm lerna list --json | jq -r '.[] | select(.name == "@codspeed/core") | .version')
0 commit comments