Skip to content

Commit

Permalink
fix: proper workspace tap config for tap18 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Aug 13, 2024
1 parent 6a2200d commit fa37073
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/content/package-json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
"standard": {{{ del }}},
"tap": {
{{#if workspacePaths}}
"test-ignore": "^({{ join workspacePaths "|" }})/",
"exclude": {{#if tap18}}[
"{{ join workspaceGlobs "," }}"
]{{else }}{{{ del }}}{{/if}},
"test-ignore": {{#if tap18}}{{{ del }}}{{else}}"^({{ join workspacePaths "|" }})/"{{/if}},
{{/if}}
{{#if typescript}}
{{#if tap16}}
Expand Down

0 comments on commit fa37073

Please sign in to comment.