mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 08:07:26 +02:00
chore(v2): fix yarn2 end2end test by using lerna publish --exact (#4613)
This commit is contained in:
parent
1abadbaeca
commit
2a2da8006f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ docker run -d --rm --name "$CONTAINER_NAME" -p 4873:4873 -v "$PWD/admin/verdacci
|
|||
yarn build:packages
|
||||
|
||||
# Publish the monorepo
|
||||
npx --no-install lerna publish --yes --no-verify-access --no-git-reset --no-git-tag-version --no-push --registry "$CUSTOM_REGISTRY_URL" "$NEW_VERSION"
|
||||
npx --no-install lerna publish --exact --yes --no-verify-access --no-git-reset --no-git-tag-version --no-push --registry "$CUSTOM_REGISTRY_URL" "$NEW_VERSION"
|
||||
|
||||
# Revert version changes
|
||||
git diff --name-only -- '*.json' | sed 's, ,\\&,g' | xargs git checkout --
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue