|
Author:
{'name': 'Sergey', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}
Message: feat(mongodb-compass): Generate package lock for Compass before packaging COMPASS-4963 (#2369)
- feat: Add a script to generate a package-lock file for an arbitrary workspace in a monorepo
- chore(hadron-build): Change build process to install everything with ci command and prune dev deps separately
- ci(evergreen, github): Update CI configs to generate package-lock for Compass before packaging
- fix: Rename `package` to `pkg` (it's a reserved word, breaks depcheck parser)
- fix(hadron-build): Uncomment temporarily skipped steps
- refactor: Change lerna usage to arborist tree when looking for workspaces info
|