mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 00:57:53 +02:00
docs(v2): publish changes after release (#3116)
This commit is contained in:
parent
0eb9c207cf
commit
3b16fb15e9
4 changed files with 27 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue