Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 683 Bytes

File metadata and controls

46 lines (33 loc) · 683 Bytes

Contributing

Setup

  1. Active correct NodeJS version using your Node Version Manager of choice. Example with fnm:

    fnm use
  2. Ensure pnpm is installed. Example with Corepack:

    corepack enable pnpm
  3. Install dependencies:

    pnpm install --frozen-lockfile
  4. Setup pre-commit hooks

    pnpm run prepare
  5. Run Projen:

    pnpm exec projen

Checking for secrets

pnpm run gitleaks:dir
pnpm run gitleaks:history

Running integration tests

AWS_PROFILE=<YOUR_PROFILE> pnpm run integ:test