Skip to content

Commit

Permalink
Add latest-v5 tag to publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Dec 13, 2024
1 parent dd990df commit b449382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"release:version": "lerna version --no-changelog --no-push --no-git-tag-version --no-private --force-publish=@mui/core-downloads-tracker",
"release:build": "BROWSERSLIST_IGNORE_OLD_DATA=true lerna run --concurrency 8 --no-private build --skip-nx-cache",
"release:changelog": "node scripts/releaseChangelog.mjs",
"release:publish": "pnpm publish --recursive",
"release:publish:dry-run": "pnpm publish --recursive --registry=\"http://localhost:4873/\"",
"release:publish": "pnpm publish --recursive --tag latest-v5",
"release:publish:dry-run": "pnpm publish --recursive --tag latest-v5 --registry=\"http://localhost:4873/\"",
"release:tag": "node scripts/releaseTag.mjs",
"docs:api": "rimraf --glob ./docs/pages/**/api-docs ./docs/pages/**/api && pnpm docs:api:build",
"docs:api:build": "tsx ./scripts/buidApiDocs/index.ts",
Expand Down

0 comments on commit b449382

Please sign in to comment.