Skip to content

Commit

Permalink
fix(setup): clean test:setup command after setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuchault committed Mar 22, 2023
1 parent 27c7e62 commit 89edc39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ async function applyPackageName({
[/[^\n]+"author[^\n]+\n/, ""],
[/[^\n]+"repository[^\n]+\n/, ""],
[/[^\n]+"setup[^\n]+\n/, ""],
[/[^\n]+"test:setup[^\n]+\n/, ""],
])
)
);
Expand Down

0 comments on commit 89edc39

Please sign in to comment.