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

Use npm rather than yarn in the root directory #1580

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

cemms1
Copy link
Contributor

@cemms1 cemms1 commented May 13, 2024

What's changed?

A yarn.lock file was added in this recent PR but there was already a package-lock.json file at the same level. I received a warning when installing dependencies in the root directory because of this.

This PR removes the newer yarn lock file in favour of the existing npm package-lock one.

Implementation notes

Checklist

General

  • 🤖 Relevant tests added
  • ✅ CI checks / tests run locally
  • 🔍 Checked on CODE

Client

  • 🚫 No obvious console errors on the client (i.e. React dev mode errors)
  • 🎛️ No regressions with existing user interactions (i.e. all existing buttons, inputs etc. work)
  • 📷 Screenshots / GIFs of relevant UI changes included

@cemms1 cemms1 marked this pull request as ready for review May 13, 2024 11:11
@cemms1 cemms1 requested a review from a team as a code owner May 13, 2024 11:11
Copy link
Contributor

@jonathonherbert jonathonherbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@cemms1 cemms1 merged commit b388c92 into main May 13, 2024
9 checks passed
@cemms1 cemms1 deleted the cemms1/use-npm-at-root branch May 13, 2024 13:11
@prout-bot
Copy link

Seen on PROD (merged by @cemms1 6 minutes and 27 seconds ago) Please check your changes!

@davidfurey
Copy link
Member

Sorry for adding the yarn lock file, thanks for tidying it up Charlotte.

It is unfortunate that this application uses Yarn and NPM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants