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 c330618Copy full SHA for c330618
2 files changed
package.json
@@ -34,6 +34,7 @@
34
"Jamie Mason (https://github.com/JamieMason)",
35
"Jody Heavener (https://github.com/jodyheavener)",
36
"Keyan Zhang (https://github.com/keyz)",
37
+ "Kim Røen (https://github.com/kimroen)",
38
"Luis Vieira (https://github.com/luisvieiragmr)",
39
"Maksim Nesterenko (https://github.com/maksnester)",
40
"Marais Rossouw (https://github.com/maraisr)",
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