hulu / roca

A command-line tool for running brightscript tests
Apache License 2.0
25 stars 19 forks source link

chore(infra): convert to yarn instead of npm #93

Closed lkipke closed 3 years ago

lkipke commented 3 years ago

Change summary

Closes #65. Uses yarn import (docs) to generate the lock file.

Also, now that npm is on a new major version that completely rewrites the package-lock.json, I suspect that we're going to start seeing a lot more unintentional diffs (such as in #90), which will be resolved if we just don't use npm at all 💡