From 519c0ae41fca6772c10f6cb790a8771b2714a492 Mon Sep 17 00:00:00 2001 From: Fabien BERNARD Date: Wed, 3 Apr 2024 18:57:43 +0200 Subject: [PATCH] chore!: remove lerna bootstrap --- .github/workflows/release-please.yaml | 2 +- lerna.json | 3 +-- package-lock.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index cbd086a3..95f6f0d9 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -28,7 +28,7 @@ jobs: if: ${{ steps.release.outputs.releases_created }} run: | npm ci - npx lerna bootstrap + npm run build:all # Release Please has already incremented versions and published tags, so we just # need to publish all unpublished versions to NPM here diff --git a/lerna.json b/lerna.json index c7d78832..01188d16 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,4 @@ { "packages": ["cli", "plugins/*"], - "version": "0.0.0", - "useWorkspaces": true + "version": "0.0.0" } diff --git a/package-lock.json b/package-lock.json index 521bc6d8..dbf0db1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ }, "cli": { "name": "@openapi-codegen/cli", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@apollo/client": "^3.5.10",