mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix publish-npm script (#7093)
This commit is contained in:
parent
c56b95bc60
commit
48af73dba9
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ function commitVersionChanges(version) {
|
|||
|
||||
try {
|
||||
const status = execSync("git status --porcelain", { encoding: "utf8" })
|
||||
const relevantChanges = status.split("\n").filter((line) => line.includes("packages/sdk/npm/package"))
|
||||
const relevantChanges = status.split("\n").filter((line) => line.includes("packages/types/npm/package"))
|
||||
|
||||
if (relevantChanges.length === 0) {
|
||||
console.log(" ⚠️ No version changes to commit")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue