Skip to content

Commit

Permalink
chore: Update dependencies to be exact in canary release (material-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar authored Oct 16, 2019
1 parent 1e8a69e commit 27ee9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/canary-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if ! ./scripts/pre-release.sh; then
fi

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

0 comments on commit 27ee9c3

Please sign in to comment.