Skip to content

How to (monorepo)

Jean-Michel FRANCOIS edited this page Nov 3, 2021 · 2 revisions

We use yarn 1 with workspaces.

How to install

yarn

How to execute an npm run command in a package

yarn workspace @talend/react-components run NPM_SCRIPT

We have also create a script to have a better support of exit code.