You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/craft-pre-release.sh
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ NEW_VERSION="${2}"
10
10
# Do not tag and commit changes made by "npm version"
11
11
export npm_config_git_tag_version=false
12
12
13
+
yarn install --frozen-lockfile
13
14
# --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.
14
15
# --exact - specify updated dependencies in updated packages exactly (with no punctuation), instead of as semver compatible (with a ^).
15
16
# --no-git-tag-version - don't commit changes to package.json files and don't tag the release.
0 commit comments