Closed Matteas-Eden closed 4 years ago
Nice change @Matteas-Eden, you will have to modify the workflow too.
@all-contributors please add @Matteas-Eden for code, review, design, doc, test
@Matteas-Eden
I've put up a pull request to add @Matteas-Eden! :tada:
Both the front-end and back-end have been migrated from
npm
toyarn
, which involved removing their respectivepackage-lock.json
and runningyarn install
to generate theyarn.lock
file. Future installations should useyarn install --frozen-lockfile
. The relevant documentation has been updated to reflect the change in package manager, and all front-end tests have passed. Due to #211, the back-end tests could not be run. They should run fine, but this will need to be evaluated by a reviewer as part of the approval process.Closes #209 Closes #215