Skip to content

Commit

Permalink
fix: tap exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Feb 4, 2025
1 parent 0016dce commit 3848c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content/package-json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"exclude": {{{ del }}},
{{#if workspacePaths}}
"exclude": {{#if tap18}}[
"{{ join workspaceGlobs "," }}"
"{{ json workspaceGlobs }}"
]{{else }}{{{ del }}}{{/if}},
"test-ignore": {{#if tap18}}{{{ del }}}{{else}}"^({{ join workspacePaths "|" }})/"{{/if}},
{{/if}}
Expand Down

0 comments on commit 3848c7f

Please sign in to comment.