Closed pyrocat101 closed 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.
lerna bootstrap
npm run build:bootstrap
yarn
You can also run script on a single package with:
yarn workspace @formatjs/intl-unified-numberformat run test
This PR migrates the repo to use Yarn workspaces for managing infra-dependencies of packages. Changes to workflow:
And there is no need to run
lerna bootstrap
ornpm run build:bootstrap
sinceyarn
will automatically handle that for us.You can also run script on a single package with: