Its possible to ignore a whole dedicated folder (../some-folder) when running lerna run foo)? I found nothing in the commands that can resolve my problem and dont know if that possible! It seems like you can only exclude modules.
I hope I could explain what I want to achieve.
My lerna file looks like this (see below)?
{
"packages": [
"./packages/*",
"../some-folder/**/packages/*"
],
"version": "0.0.0"
}
My Environment
| Executable |
Version |
lerna --version |
3.0.0-beta.14 |
npm --version |
5.5.1 |
node --version |
9.3.0 |