Skip to content

Commit 7351471

Browse files
committed
chore: Update dependencies to be exact in canary release
1 parent e7799b8 commit 7351471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/canary-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if ! ./scripts/pre-release.sh; then
2626
fi
2727

2828
log "Bumping up MDC Web version to canary..."
29-
if ! npx lerna version premajor --no-git-tag-version --no-push --preid canary.$(git rev-parse --short HEAD) --yes; then
29+
if ! npx lerna version premajor --no-git-tag-version --no-push --preid canary.$(git rev-parse --short HEAD) --yes --exact; then
3030
fail "lerna version command failed"
3131
exit 1
3232
fi

0 commit comments

Comments
 (0)