Skip to content

Commit fde0b49

Browse files
committed
Run prettier
1 parent 877ae8e commit fde0b49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release/steps/bump-prettier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ async function format() {
77
await runYarn(["lint:prettier", "--write"]);
88
}
99

10-
async function commit({version, repo}) {
10+
async function commit({ version, repo }) {
1111
await runGit(["commit", "-am", `Bump Prettier dependency to ${version}`]);
1212

1313
// Add rev to `.git-blame-ignore-revs` file

0 commit comments

Comments
 (0)