miragejs / mirage-msw

4 stars 4 forks source link

Use yarn 3 #8

Closed IanVS closed 1 year ago

IanVS commented 1 year ago

This ensures a consistent package manager is used by contributors by adding packageManager to the package.json, for use with corepack. All that is required to use the correct package manager is to run corepack enable, and the correct yarn will be installed.

I didn't set up anything fancy like yarn pnp or zero installs, because IMHO it's a PITA.