Skip to content

Commit 9e46ee0

Browse files
committed
touch up
1 parent 39eb4d3 commit 9e46ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-pm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fs.writeFileSync(path.resolve(__dirname, "../package.json"), JSON.stringify(pack
1010

1111
// commit to repo
1212
try {
13-
execSync("git add . && git commit -m 'Update package.json with pnpm version'");
13+
execSync("git add ./package.json && git commit -m 'Update package.json with pnpm version'");
1414
} catch {
1515
// empty
1616
}

0 commit comments

Comments
 (0)