Skip to content

Latest commit

History

History
17 lines (12 loc) 路 191 Bytes

File metadata and controls

17 lines (12 loc) 路 191 Bytes

馃攳 Running CI Checks Locally

Before opening a PR to dev, run these checks:

# Lint
npm run lint

# Type check
npx tsc --noEmit

# Build
npm run build

# Run tests
npm test