Skip to content

Commit 56add2a

Browse files
fix: Prettier transition file removal scripts should be silent
1 parent 0761c64 commit 56add2a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/blocks/blockPrettier.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ describe("blockPrettier", () => {
228228
"rm .prettierrc* prettier.config*",
229229
],
230230
"phase": 0,
231+
"silent": true,
231232
},
232233
],
233234
}

src/blocks/blockPrettier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ pnpm format --write
111111
{
112112
commands: ["rm .prettierrc* prettier.config*"],
113113
phase: CommandPhase.Migrations,
114+
silent: true,
114115
},
115116
],
116117
};

0 commit comments

Comments
 (0)