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 39eb4d3 commit 9e46ee0Copy full SHA for 9e46ee0
scripts/update-pm.js
@@ -10,7 +10,7 @@ fs.writeFileSync(path.resolve(__dirname, "../package.json"), JSON.stringify(pack
10
11
// commit to repo
12
try {
13
- execSync("git add . && git commit -m 'Update package.json with pnpm version'");
+ execSync("git add ./package.json && git commit -m 'Update package.json with pnpm version'");
14
} catch {
15
// empty
16
}
0 commit comments