docs(v2): publish changes after release (#3116)

This commit is contained in:
Sébastien Lorber 2020-07-27 12:17:59 +02:00 committed by GitHub
parent 0eb9c207cf
commit 3b16fb15e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 21 deletions

View file

@ -15,7 +15,7 @@ CONTAINER_NAME="verdaccio"
docker run -d --rm --name "$CONTAINER_NAME" -p 4873:4873 -v "$PWD/admin/verdaccio.yaml":/verdaccio/conf/config.yaml verdaccio/verdaccio:4
# Build packages
yarn tsc
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"