Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(cli): fix
lerna bootstrap
to link monorepo packages
Lerna v3.10.3 changed the way how `lerna bootstrap --scope` works, breaking our CLI tests when changes are made in dependencies of newly scaffolded projects. This commit fixes the problem by adding `--force-local` option to restore previous behavior. Also to make future troubleshooting easier, I am changing lerna log level used by the test from "silent" to "warn". Signed-off-by: Miroslav Bajtoš <[email protected]>
- Loading branch information