We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b172c7f commit e6bfadfCopy full SHA for e6bfadf
crates/turborepo-lib/src/task_graph/visitor/mod.rs
@@ -79,7 +79,7 @@ pub enum Error {
79
},
80
#[error(
81
"Your `package.json` script looks like it invokes a Root Task ({task_name}), creating a \
82
- loop of `turbo` invocations. You likely have misconfigured the strategy for your scripts \
+ loop of `turbo` invocations. You likely have misconfigured your scripts \
83
and tasks or your package manager's Workspace structure."
84
)]
85
#[diagnostic(
0 commit comments