Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki authored and medikoo committed Jan 4, 2024
1 parent c0101a2 commit 74e796d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/steps/bump-prettier.js
Original file line number Diff line number Diff line change
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 74e796d

Please sign in to comment.