From 3848c7fa9b4cbe5cfc82427c4059af2a5315cb91 Mon Sep 17 00:00:00 2001 From: reggi Date: Tue, 4 Feb 2025 11:40:25 -0500 Subject: [PATCH] fix: tap exclude --- lib/content/package-json.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/content/package-json.hbs b/lib/content/package-json.hbs index df5fb1a2..14fd56d4 100644 --- a/lib/content/package-json.hbs +++ b/lib/content/package-json.hbs @@ -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}}