three-stdlib icon indicating copy to clipboard operation
three-stdlib copied to clipboard

chore: straight forward replace of yarn with npm

Open bhouston opened this issue 1 year ago • 2 comments

Why

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

What

Removed all references to yarn and instead just use npm.

Checklist

  • [x] 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.

bhouston avatar Jan 22 '24 20:01 bhouston

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.

codesandbox-ci[bot] avatar Jan 22 '24 20:01 codesandbox-ci[bot]

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

bhouston avatar Jan 23 '24 02:01 bhouston