1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

changeset release

This commit is contained in:
Juan Picado 2024-01-14 10:22:21 +01:00
parent 4f70a46585
commit 07a8dd3cd2
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
{ {
"mode": "pre", "mode": "pre",
"tag": "next", "tag": "next-7",
"initialVersions": { "initialVersions": {
"@verdaccio/test-cli-commons": "1.1.0", "@verdaccio/test-cli-commons": "1.1.0",
"@verdaccio/e2e-cli-npm6": "1.0.1", "@verdaccio/e2e-cli-npm6": "1.0.1",

@ -156,7 +156,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 --tag next-7", "ci:publish": "changeset publish",
"ts:ref": "update-ts-references --discardComments", "ts:ref": "update-ts-references --discardComments",
"website": "pnpm --filter ...@verdaccio/website build", "website": "pnpm --filter ...@verdaccio/website build",
"ui:storybook:build": "pnpm --filter ...@verdaccio/ui-components build-storybook", "ui:storybook:build": "pnpm --filter ...@verdaccio/ui-components build-storybook",