We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476a849 commit 38a1a22Copy full SHA for 38a1a22
site/src/partials/group-config/_packages.mdx
@@ -18,7 +18,7 @@ packages: ["@my-repo/**"]
18
packages: ["my-server", "my-client"]
19
20
// ✅ match all packages except negated ones
21
-packages: ["!my-server", "!@my-repo/**]
+packages: ["!my-server", "!@my-repo/**"]
22
23
// ❌ no mixing of specific and negated packages
24
packages: ["my-client", "!@my-repo/**"]
0 commit comments