In Experience Builder 1.13 the following lines have been removed from the client package.json:
"postinstall": "npm run lerna-bootstrap",
"lerna-bootstrap": "lerna bootstrap"
This breaks our CI/CD and automated install as we now can't just run npm ci / npm install and have all widget dependencies in your-extensions installed. This doesn't appear to be documented in breaking changes.
Is this change intentional with an alternative?