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 0016dce commit 4f871abCopy full SHA for 4f871ab
lib/content/package-json.hbs
@@ -53,7 +53,7 @@
53
"exclude": {{{ del }}},
54
{{#if workspacePaths}}
55
"exclude": {{#if tap18}}[
56
- "{{ join workspaceGlobs "," }}"
+ "{{ json workspaceGlobs }}"
57
]{{else }}{{{ del }}}{{/if}},
58
"test-ignore": {{#if tap18}}{{{ del }}}{{else}}"^({{ join workspacePaths "|" }})/"{{/if}},
59
{{/if}}
0 commit comments