se701g2 / Doto

Todo application for Group 2
https://doto.azurewebsites.net/
MIT License
12 stars 42 forks source link

issue/209 - Migrate from npm to yarn for package management #214

Closed Matteas-Eden closed 4 years ago

Matteas-Eden commented 4 years ago

Both the front-end and back-end have been migrated from npm to yarn, which involved removing their respective package-lock.json and running yarn install to generate the yarn.lock file. Future installations should use yarn 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

jordansimsmith commented 4 years ago

Nice change @Matteas-Eden, you will have to modify the workflow too.

Matteas-Eden commented 4 years ago

@all-contributors please add @Matteas-Eden for code, review, design, doc, test

allcontributors[bot] commented 4 years ago

@Matteas-Eden

I've put up a pull request to add @Matteas-Eden! :tada: