Skip to content

Commit

Permalink
chore: fix silent: true merge in blockContributingDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 16, 2025
1 parent c2d4c83 commit 1fcedc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/next/blocks/blockContributingDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const blockContributingDocs = base.createBlock({
return {
scripts: [
{
silent: true,
commands: ["rm CONTRIBUTING.md"],
phase: CommandPhase.Migrations,
silent: true,
Expand Down

0 comments on commit 1fcedc5

Please sign in to comment.