Replies: 1 comment
-
@rawkode 
Here What you want sounds more like a |
Beta Was this translation helpful? Give feedback.
-
@rawkode 
Here What you want sounds more like a |
Beta Was this translation helpful? Give feedback.
-
Very interesting project. I'm still working my way through the examples in this repository and the code, but something I was curious about is restricting steps based on a subset of the directory tree.
Assuming I wanted a step to run
npm install
, it's only input would bepackage.json
and it's output would benode_modules
If I was to run Omnix in a monorepository, and say use
bun install
, I'd only want this to run again if apackage.json
nested within the repository has changed.Is this something Omnix will handle or have I misunderstood the goals?
Beta Was this translation helpful? Give feedback.
All reactions