From 294663a725b834c432bbf773971bba7254b0950a Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 1 Jul 2022 10:39:47 -0500 Subject: [PATCH] chore: workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42c18e788..3cf184837 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "prepare": "husky install", "reset": "find . -type dir -name node_modules | xargs rm -rf && rm -rf yarn.lock && yarn install", "release:prod": "lerna version --conventional-commits --yes -m \"chore(release): publish\"", - "publish:prod": "lerna publish from-git --yes", + "publish:prod": "lerna publish from-git --yes --no-verify-access", "version": "yarn install --no-immutable && git add yarn.lock", "postversion": "./scripts/push-tags-one-by-one.sh", "workspace:list": " yarn lerna list -all",