Skip to content

Latest commit

History

History
8 lines (6 loc) 路 398 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) 路 398 Bytes

Contributing to graphql-shield

Development setup

  1. Fork and clone this repository.
  2. Install pnpm.
  3. Run pnpm install.
  4. Run pnpm test. All tests should pass.