Skip to content

Commit 4f871ab

Browse files
authored
fix: tap exclude (#503)
1 parent 0016dce commit 4f871ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/content/package-json.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"exclude": {{{ del }}},
5454
{{#if workspacePaths}}
5555
"exclude": {{#if tap18}}[
56-
"{{ join workspaceGlobs "," }}"
56+
"{{ json workspaceGlobs }}"
5757
]{{else }}{{{ del }}}{{/if}},
5858
"test-ignore": {{#if tap18}}{{{ del }}}{{else}}"^({{ join workspacePaths "|" }})/"{{/if}},
5959
{{/if}}

0 commit comments

Comments
 (0)