Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
yscik committed Sep 11, 2023
1 parent cd0b0b5 commit 6eff802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-pr.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function updatePackageJsonFiles() {
}

execSync(
`git add package.json package-lock.json"`,
`git add package.json package-lock.json`,
);
}

Expand Down

0 comments on commit 6eff802

Please sign in to comment.