dugite icon indicating copy to clipboard operation
dugite copied to clipboard

standardize on using yarn and yarn lockfile

Open shiftkey opened this issue 6 years ago • 2 comments

The other projects in this organization use yarn, and this is currently the only exception:

  • [ ] import a vendored yarn and add the related .yarnrc config
  • [ ] regenerate the lockfile
  • [ ] remove any package.json scripts that might use npm directly
  • [ ] test a release using yarn and update documentation

shiftkey avatar Jan 30 '19 15:01 shiftkey

What do you think about making a desktop/scripts repo that has the vendored yarn (plus other common deps like TS), and include it as a submodule in all repos?

j-f1 avatar Jan 30 '19 16:01 j-f1

It's something that interests me, but for the moment I'd like to follow the rule of 3 to identify what's actually needed in this hypothetical situation.

shiftkey avatar Jan 30 '19 17:01 shiftkey