thetawom / culd-hub

Show management software for Columbia University Lion Dance
3 stars 0 forks source link

Migrate from npm to Yarn #16

Closed thetawom closed 2 years ago

thetawom commented 2 years ago

Currently project uses both npm and Yarn (for production), and there are both package-lock.json and yarn.lock files that may not be in sync. We should try to be consistent with which package manager we use.

Need to change documentation and Docker files.

References: https://classic.yarnpkg.com/lang/en/docs/migrating-from-npm/ https://www.freecodecamp.org/news/how-to-force-use-yarn-or-npm/

catw101 commented 2 years ago

Done.