Skip to content

How to (monorepo)

Jimmy Somsanith edited this page Nov 14, 2019 · 2 revisions

How to lerna

First please take the time to read the doc of lerna

How to install

yarn

How to execute an npm run command in a package

lerna run --scope=components COMMAND

or using yarn

lerna exec --scope=components yarn run COMMAND

Clone this wiki locally