From b47ac916c07af036cac117ce837f0fcd92dbddaa Mon Sep 17 00:00:00 2001 From: Danilo Woznica Date: Mon, 22 Nov 2021 18:10:49 +0100 Subject: [PATCH] ci: version script - no private pkg --- .github/workflows/release.yml | 2 +- lerna.json | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f64921782..e093679a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: path: bundler - name: Prepare | Lerna Version - run: yarn lerna version --yes + run: yarn lerna version --yes --no-private - name: Prepare | Build run: | diff --git a/lerna.json b/lerna.json index c8d093652..422e706f7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,13 +1,9 @@ { - "packages": [ - "sandpack-client", - "sandpack-react" - ], + "packages": ["sandpack-client", "sandpack-react"], "npmClient": "yarn", "useWorkspaces": true, "command": { "version": { - "noPrivate": true, "createRelease": "github", "conventionalCommits": true, "message": "chore: [skip ci] bump packages"