-
I am using runme in a monorepository. The challenge is that runme scans my entire repository for tasks.
The default behavior should likely be the current directory, and down; rather than up to `.gi…
-
### What are you trying to do?
I would like to make it easier to install a module from the root of a Git repository, especially useful for mono repositories.
## Options
### Override "root"
…
-
Hello, dear @gcanti ! I highly value your work. I see there was a question about monorepo in the previous issue.
To be honest, this also was my first thought when i first time looked at the new `fp-t…
-
Not sure if you already thought about it but I think it would help to create a mono repository to keep the overview (at least for the core, react and vue repositories). What do you think?
jaulz updated
2 years ago
-
Hi,
I have a lerna project with several tested typescript libraries.
But I'm unable to make tests discovered.
In the default settings, no tests are found.
So I tried to set some parameters: …
-
Hi!
If I want to use a monorepository and have separate jobs which trigger on PRs affecting different directories, how would I do that? I've been searching without result...
-
Hello! Thank you for your project!
How about the possibility to set a custom path for the generated `compile-commands.json`?
Clangd supports this with the `--compile-commands-dir` parameter.
Mo…
-
I have a monorepository and pre-commit hooks just don't work at this level.
However, I do wish to make it trivial to check changes before pushing.
I'd like to be able to configure pre-commit to…
-
In order to effectively manage this monorepository, I suggest deploying Lerna.
https://github.com/lerna/lerna
-
Sometimes if an optional module `optModule` is installed in one of the sub-packages instead of in `projectRoot/node_modules`, then it won't be found by `optional('optModule')`.