Lerna driver
Provides Lerna support by dynamically generating a lerna.json
config file.
#
Requirements- Lerna ^3.0.0 || ^4.0.0
#
InstallationIn your configuration module, install the driver and Lerna.
- Yarn
- NPM
Create a file at configs/lerna.ts
(or js
) in which to house your Lerna configuration.
configs/lerna.ts
#
IntegrationIn your consuming project, enable the driver by adding lerna
to your drivers
config.
.config/beemo.ts