chore: Attempt to prevent random CI publish failures
Very often running into the "Publish & Install" CI flow failing due to the error:
```
lerna ERR! ZlibError: zlib: invalid block type
```
Research brought me to https://github.com/lerna/lerna/issues/2278#issuecomment-652538695, so I am now attempting to implement this fix to see if it solves the random failures.