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 c56b95b commit 48af73dCopy full SHA for 48af73d
packages/types/scripts/publish-npm.cjs
@@ -64,7 +64,7 @@ function commitVersionChanges(version) {
64
65
try {
66
const status = execSync("git status --porcelain", { encoding: "utf8" })
67
- 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"))
68
69
if (relevantChanges.length === 0) {
70
console.log(" ⚠️ No version changes to commit")
0 commit comments