Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force --ci on server and monitor Docker build
While `lerna bootstrap` was using --ci by default on Circle commands in the config.yaml because CI=true on CircleCI, it wasn't using this in server and monitor Docker builds. This causes mismatching dependency versioning behavior. Without --ci, the bootstrap command does not install exact versions but install the latest version possible stated e.g. ^1.2.3 could install 1.3.0
- Loading branch information