Skip to content

Commit 6a541b7

Browse files
committed
meta: Fix prerelease script
1 parent d236b3f commit 6a541b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/craft-pre-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ OLD_VERSION="${1}"
77
NEW_VERSION="${2}"
88
# Do not tag and commit changes made by "npm version"
99
export npm_config_git_tag_version=false
10-
yarn lerna version --exact --no-git-tag-version --no-push -y --include-merged-tags "${NEW_VERSION}"
10+
yarn lerna version --exact --no-git-tag-version --no-push --include-merged-tags -y "${NEW_VERSION}"

0 commit comments

Comments
 (0)