From 6b14f705bfdd1b56bc5ee6e4c869645390489848 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Fri, 23 Feb 2024 16:40:27 +0100 Subject: [PATCH] fix: add public param (#92) Signed-off-by: Mirko Mollik Co-authored-by: Mirko Mollik Signed-off-by: Mirko Mollik --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index acd65f13..bf2f2c68 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "format": "biome format . --write", "test": "vitest run --coverage.enabled=true --coverage.include=packages/*", "clean": "lerna clean -y", - "publish:latest": "lerna publish --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest", - "publish:next": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes", - "publish:unstable": "lerna publish --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes" + "publish:latest": "lerna publish --no-private --conventional-commits --include-merged-tags --create-release github --yes --dist-tag latest", + "publish:next": "lerna publish --no-private --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid next --pre-dist-tag next --yes", + "publish:unstable": "lerna publish --no-private --conventional-prerelease --force-publish --canary --no-git-tag-version --include-merged-tags --preid unstable --pre-dist-tag unstable --yes" }, "keywords": [ "sd-jwt",