carlin 0.22.2 → 0.22.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@ const getPrCommands = ({ branch }) => [
|
|
|
12
12
|
* Update to the most recent main branch to Lerna performs the diff properly.
|
|
13
13
|
*/
|
|
14
14
|
'git pull origin main',
|
|
15
|
-
`git checkout ${branch} || echo 'branch not found, probably deleted'; exit 0`,
|
|
15
|
+
`git checkout ${branch} || (echo 'branch not found, probably deleted'; exit 0)`,
|
|
16
16
|
`git pull origin ${branch}`,
|
|
17
17
|
'git rev-parse HEAD',
|
|
18
18
|
'git status',
|