Skip to content

kevjallen/cdk-libraries

Repository files navigation

CDK Libraries

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • npm run lint run static code analysis
  • npm run test perform the jest unit tests