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 6a2200d commit fa37073Copy full SHA for fa37073
lib/content/package-json.hbs
@@ -42,7 +42,10 @@
42
"standard": {{{ del }}},
43
"tap": {
44
{{#if workspacePaths}}
45
- "test-ignore": "^({{ join workspacePaths "|" }})/",
+ "exclude": {{#if tap18}}[
46
+ "{{ join workspaceGlobs "," }}"
47
+ ]{{else }}{{{ del }}}{{/if}},
48
+ "test-ignore": {{#if tap18}}{{{ del }}}{{else}}"^({{ join workspacePaths "|" }})/"{{/if}},
49
{{/if}}
50
{{#if typescript}}
51
{{#if tap16}}
0 commit comments