If I have a task dev in e.g. package.json & Taskfile.yaml, it will run both.
This is undesirable for me (and I feel like it used to be different?), as I often define tasks in both places, but the Taskfile would e.g. have pnpm install as dependency, and then run the pnpm run dev task (from package.json).
I don't see a clear way to define precedence between the task managers (config file / Env var TK_PREFER_MANAGERS?), but for this to be useful to me it would need something to change 🤔
If I have a task
devin e.g.package.json&Taskfile.yaml, it will run both.This is undesirable for me (and I feel like it used to be different?), as I often define tasks in both places, but the Taskfile would e.g. have
pnpm installas dependency, and then run thepnpm run devtask (from package.json).I don't see a clear way to define precedence between the task managers (config file / Env var
TK_PREFER_MANAGERS?), but for this to be useful to me it would need something to change 🤔