We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1752be commit ccf32dbCopy full SHA for ccf32db
crates/turborepo-lib/src/task_graph/visitor/mod.rs
@@ -79,8 +79,8 @@ 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 your scripts \
83
- and tasks or your package manager's Workspace structure."
+ loop of `turbo` invocations. You likely have misconfigured your scripts and tasks or \
+ your package manager's Workspace structure."
84
)]
85
#[diagnostic(
86
code(recursive_turbo_invocations),
0 commit comments