Skip to content

Commit

Permalink
ci: Fix prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Dec 16, 2020
1 parent e1d0a63 commit 724331e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/craft-pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ NEW_VERSION="${2}"
# Do not tag and commit changes made by "npm version"
export npm_config_git_tag_version=false

yarn install --frozen-lockfile
# --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.
# --exact - specify updated dependencies in updated packages exactly (with no punctuation), instead of as semver compatible (with a ^).
# --no-git-tag-version - don't commit changes to package.json files and don't tag the release.
Expand Down

0 comments on commit 724331e

Please sign in to comment.