Skip to content

damc-dev/cdk-constructs

Repository files navigation

CDK Constructs

Node.js CI

Useful commands

  • lerna bootstrap bootstrap the packages in the current Lerna repo. Installing all their dependencies and linking any cross-dependencies.
  • lerna run build compile typescript to js
  • lerna run test perform the jest unit tests