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

chore: straight forward replace of yarn with npm #341

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bhouston
Copy link

@bhouston bhouston commented Jan 22, 2024

Why

Removes Yarn and just uses Npm. Reduces complexity without losing anything.

What

Removed all references to yarn and instead just use npm.

Checklist

  • Documentation updated
  • [n/a] Storybook entry added
  • Ready to be merged

I would like to see if the CI works. I believe that it can be optimized and I may do so after I see it run once on this new PR.

Copy link

codesandbox-ci bot commented Jan 22, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@CodyJasonBennett CodyJasonBennett changed the title straight forward replace of yarn with npm chore: straight forward replace of yarn with npm Jan 22, 2024
@CodyJasonBennett CodyJasonBennett linked an issue Jan 23, 2024 that may be closed by this pull request
@bhouston
Copy link
Author

I've cleaned up the CI to be more similar to a template project of mine that is near optimal in terms of speed: https://github.com/bhouston/template-typescript-monorepo/actions

I also use .nvmrc to set the node version as well as specify "engines": node >= 18 in package.json

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.

Remove yarn, just adds complexity
2 participants