Skip to content

Commit

Permalink
Fixed lint for 877ae8e
Browse files Browse the repository at this point in the history
  • Loading branch information
Milly committed Jun 20, 2022
1 parent 3f24e67 commit 3f252a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/steps/bump-prettier.js
Expand Up @@ -7,7 +7,7 @@ async function format() {
await runYarn(["lint:prettier", "--write"]);
}

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

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

0 comments on commit 3f252a7

Please sign in to comment.