Skip to content

Commit

Permalink
Merge pull request stoplightio#2372 from stoplightio/fix/2319-lerna-j…
Browse files Browse the repository at this point in the history
…est-semver-version-bumps

lerna repair, remove deprecated command
  • Loading branch information
brendarearden authored Aug 29, 2023
2 parents 0d9ce69 + 0875da5 commit 59de042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run:
name: Publish
command: yarn lerna publish from-git --create-release=github --yes --no-verify-access
command: yarn lerna publish from-git --create-release=github --yes
- run:
name: Create CLI binaries
command: npx pkg --out-path ./cli-binaries ./packages/cli/
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.3.1",
"independent": false
"independent": false,
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}

0 comments on commit 59de042

Please sign in to comment.