Problemunvalidated
I have three packages in my turborepo monorepo, `top`, `middle`, and `bottom`. Tension: I know I can cd to the root of the project and do this: `turbo run build --filter=middle...`. Outcome: but I want a command (or a script) that knows what directory I am in and basically says "build everything up to and including here".
856023b8-8468-473d-8506-b6c46e038265
I have three packages in my turborepo monorepo, top, middle, and bottom. Tension: I know I can cd to the root of the project and do this: turbo run build --filter=middle.... Outcome: but I want a command (or a script) that knows what directory I am in and basically says "build everything up to and including here".