Skip to content

Commit 724331e

Browse files
committed
ci: Fix prerelease
1 parent e1d0a63 commit 724331e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/craft-pre-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ NEW_VERSION="${2}"
1010
# Do not tag and commit changes made by "npm version"
1111
export npm_config_git_tag_version=false
1212

13+
yarn install --frozen-lockfile
1314
# --force-publish - force publish all packages, this will skip the lerna changed check for changed packages and forces a package that didn't have a git diff change to be updated.
1415
# --exact - specify updated dependencies in updated packages exactly (with no punctuation), instead of as semver compatible (with a ^).
1516
# --no-git-tag-version - don't commit changes to package.json files and don't tag the release.

0 commit comments

Comments
 (0)