From 82b40f76c7ffec938825522a8c886c4ae7f444ee Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Fri, 26 Apr 2024 09:57:22 -0700 Subject: [PATCH] nit change to test in verdaccio --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 790927a9ca8..3a540f5e548 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,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 --message 'chore(release): Publish [skip release]' --yes", + "publish:release": "lerna publish --conventional-commits --message 'chore(release): Publish [skip release]'", "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",