From 2a038e8f0ca0c7898fc807c5292ebc81f5795c26 Mon Sep 17 00:00:00 2001 From: Erin Beal Date: Thu, 16 Nov 2023 16:38:38 -0700 Subject: [PATCH] chore: remove unnecessary dist-tag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f2fce644d8..0d9f4f1cf1d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "unlink-all": "lerna exec --no-bail --parallel -- yarn unlink; exit 0", "publish:preid": "./scripts/preid-env-vars-exist.sh && lerna publish --canary --force-publish --dist-tag=${PREID_PREFIX} --preid=${PREID_PREFIX}${PREID_HASH_SUFFIX} --yes", "publish:main": "lerna publish --canary --force-publish --dist-tag=unstable --preid=unstable${PREID_HASH_SUFFIX} --yes", - "publish:release": "lerna publish --conventional-commits --dist-tag=latest --message 'chore(release): Publish [ci skip]' --yes", + "publish:release": "lerna publish --conventional-commits --message 'chore(release): Publish [ci skip]' --yes", "publish:v5-stable": "lerna publish --conventional-commits --yes --dist-tag=stable-5 --message 'chore(release): Publish [ci skip]' --no-verify-access", "publish:verdaccio": "lerna publish --canary --force-publish --no-push --dist-tag=unstable --preid=unstable --yes", "ts-coverage": "lerna run ts-coverage",