Skip to content

Commit

Permalink
ci: version script - no private pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Nov 22, 2021
1 parent 99ba156 commit b47ac91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 1 addition & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b47ac91

Please sign in to comment.