From 0d50f61504f20e40e18f9e8c76db1088fa3d1592 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 28 Nov 2024 16:30:04 +0700 Subject: [PATCH] add BROWSERSLIST_IGNORE_OLD_DATA=true and remove tag latest --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8369616e760248..f1a004a2e7d180 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "clean:zero": "pnpm --filter \"@pigmentcss/*\" clean", "build:codesandbox": "BROWSERSLIST_IGNORE_OLD_DATA=true NODE_OPTIONS=\"--max_old_space_size=4096\" lerna run --concurrency 8 --scope \"@mui/*\" --scope \"@mui-internal/*\" --no-private build", "release:version": "lerna version --no-changelog --no-push --no-git-tag-version --no-private --force-publish=@mui/core-downloads-tracker", - "release:build": "lerna run --concurrency 8 --no-private build --skip-nx-cache", + "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 --tag latest", - "release:publish:dry-run": "pnpm publish --recursive --tag latest --registry=\"http://localhost:4873/\"", + "release:publish": "pnpm publish --recursive", + "release:publish:dry-run": "pnpm publish --recursive --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",