Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 380 Bytes

File metadata and controls

7 lines (6 loc) · 380 Bytes

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