From 0875da5a38b917d41a4b7eeb0043054abc0a69ad Mon Sep 17 00:00:00 2001 From: Brenda Rearden Date: Tue, 29 Aug 2023 10:49:08 -0700 Subject: [PATCH] lerna repair, remove deprecated command --- .circleci/config.yml | 2 +- lerna.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9b795f0af..f69e69636 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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/ diff --git a/lerna.json b/lerna.json index e21cf53b1..09e21ed85 100644 --- a/lerna.json +++ b/lerna.json @@ -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" }