0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore: publish on new tag

This commit is contained in:
Juan Picado 2021-05-24 09:13:29 +02:00
parent 1ef60915e6
commit 1d8910a8cd

View file

@ -146,7 +146,7 @@
"ci:version": "run-s ci:version:changeset ci:version:install", "ci:version": "run-s ci:version:changeset ci:version:install",
"ci:version:install": "pnpm install --frozen-lockfile=false", "ci:version:install": "pnpm install --frozen-lockfile=false",
"ci:version:changeset": "changeset version", "ci:version:changeset": "changeset version",
"ci:publish": "changeset publish", "ci:publish": "changeset publish --tag next",
"ts:ref": "update-ts-references --discardComments" "ts:ref": "update-ts-references --discardComments"
}, },
"license": "MIT", "license": "MIT",