dugite
dugite copied to clipboard
standardize on using yarn and yarn lockfile
The other projects in this organization use yarn, and this is currently the only exception:
- [ ] import a vendored
yarnand add the related.yarnrcconfig - [ ] regenerate the lockfile
- [ ] remove any
package.jsonscripts that might usenpmdirectly - [ ] test a release using
yarnand update documentation
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?
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.