Skip to content

Commit

Permalink
lerna repair, remove deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
brendarearden committed Aug 29, 2023
1 parent a1afc1e commit 0875da5
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 0875da5

Please sign in to comment.