We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165412f commit d6fe0afCopy full SHA for d6fe0af
2 files changed
src/discover/registry.rs
@@ -2087,6 +2087,7 @@ mod tests {
2087
#[test]
2088
fn test_rewrite_pnpm_command() {
2089
let commands = vec![
2090
+ "build",
2091
"exec",
2092
"i",
2093
"install",
src/discover/rules.rs
@@ -16,7 +16,7 @@ pub const PATTERNS: &[&str] = &[
16
r"^git\s+(status|log|diff|show|add|commit|push|pull|branch|fetch|stash|worktree)",
17
r"^gh\s+(pr|issue|run|repo|api|release)",
18
r"^cargo\s+(build|test|clippy|check|fmt|install)",
19
- r"^pnpm\s+(exec|i|install|list|ls|outdated|run|run-script)",
+ r"^pnpm\s+(build|exec|i|install|list|ls|outdated|run|run-script)",
20
r"^npm\s+(exec|run|run-script|rum|urn|x)\s+",
21
r"^npx\s+",
22
r"^(cat|head|tail)\s+",
0 commit comments