We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877ae8e commit fde0b49Copy full SHA for fde0b49
1 file changed
scripts/release/steps/bump-prettier.js
@@ -7,7 +7,7 @@ async function format() {
7
await runYarn(["lint:prettier", "--write"]);
8
}
9
10
-async function commit({version, repo}) {
+async function commit({ version, repo }) {
11
await runGit(["commit", "-am", `Bump Prettier dependency to ${version}`]);
12
13
// Add rev to `.git-blame-ignore-revs` file
0 commit comments