formatjs / formatjs-old

The monorepo home to all of the FormatJS related libraries.
https://formatjs.io/
156 stars 53 forks source link

chore: migrate the repo from npm to yarn workspaces #673

Closed pyrocat101 closed 4 years ago

pyrocat101 commented 4 years ago

This PR migrates the repo to use Yarn workspaces for managing infra-dependencies of packages. Changes to workflow:

# Install dependencies with yarn
yarn

And there is no need to run lerna bootstrap or npm run build:bootstrap since yarn will automatically handle that for us.

You can also run script on a single package with:

yarn workspace @formatjs/intl-unified-numberformat run test