File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
"build" : " lerna run build --ignore @sofie-automation/openapi" ,
18
18
"build:try" : " lerna run --no-bail build --ignore @sofie-automation/openapi" ,
19
19
"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" ,
21
21
"set-version" : " lerna version --exact --no-changelog --no-git-tag-version --no-push --yes" ,
22
22
"set-version-and-commit" : " lerna version --exact --no-changelog --no-changelog --no-commit-hooks --force-publish='*' --no-push --yes" ,
23
23
"set-version-and-changelog" : " lerna version --exact --force-publish --conventional-commits --no-git-tag-version --no-push --yes" ,
65
65
},
66
66
"name" : " packages" ,
67
67
"packageManager" :
" [email protected] "
68
- }
68
+ }
You can’t perform that action at this time.
0 commit comments