Skip to content

Commit 9636051

Browse files
committed
fix: release scripts broken on Windows
1 parent 5d72c14 commit 9636051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "lerna run build --ignore @sofie-automation/openapi",
1818
"build:try": "lerna run --no-bail build --ignore @sofie-automation/openapi",
1919
"watch": "lerna run --parallel build:main --ignore @sofie-automation/openapi -- --watch --preserveWatchOutput",
20-
"stage-versions": "git add -u */package.json */CHANGELOG.md lerna.json yarn.lock",
20+
"stage-versions": "git add -u \"*/package.json\" \"*/CHANGELOG.md\" lerna.json yarn.lock",
2121
"set-version": "lerna version --exact --no-changelog --no-git-tag-version --no-push --yes",
2222
"set-version-and-commit": "lerna version --exact --no-changelog --no-changelog --no-commit-hooks --force-publish='*' --no-push --yes",
2323
"set-version-and-changelog": "lerna version --exact --force-publish --conventional-commits --no-git-tag-version --no-push --yes",
@@ -65,4 +65,4 @@
6565
},
6666
"name": "packages",
6767
"packageManager": "[email protected]"
68-
}
68+
}

0 commit comments

Comments
 (0)