From 89edc39629647cecb0cceb96f7b7bef4b041626f Mon Sep 17 00:00:00 2001 From: Gabriel Juchault Date: Wed, 22 Mar 2023 15:19:15 +0100 Subject: [PATCH] fix(setup): clean test:setup command after setup --- scripts/setup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup.ts b/scripts/setup.ts index d7edc8f..1e4b97c 100644 --- a/scripts/setup.ts +++ b/scripts/setup.ts @@ -179,6 +179,7 @@ async function applyPackageName({ [/[^\n]+"author[^\n]+\n/, ""], [/[^\n]+"repository[^\n]+\n/, ""], [/[^\n]+"setup[^\n]+\n/, ""], + [/[^\n]+"test:setup[^\n]+\n/, ""], ]) ) );