Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(repair): add migration to remove unused "lerna" field from lerna.json #3734

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

JamesHenry
Copy link
Member

In a very old lerna.json config I discovered this:

{
  "lerna": "2.0.0-rc.5",
  "packages": [
    "packages/*"
  ],
  "version": "0.0.0"
}

We do not do anything with a "lerna" field in lerna.json so this migration removes it if it is present

@nx-cloud
Copy link

nx-cloud bot commented Jun 16, 2023

☁️ Nx Cloud Report

Attention: This version of the Nx Cloud GitHub bot will cease to function on July 1st, 2023. An organization admin can update your integration here.

CI is running/has finished running commands for commit f288af4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 8 targets

Sent with 💌 from NxCloud.

@JamesHenry JamesHenry marked this pull request as ready for review June 16, 2023 15:09
@JamesHenry JamesHenry merged commit 4fb0427 into main Jun 16, 2023
14 checks passed
@JamesHenry JamesHenry deleted the remove-lerna-config branch June 16, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant