Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 316 Bytes

File metadata and controls

18 lines (12 loc) · 316 Bytes

Testing

Local Validation

Run these checks before pushing changes:

  • npm run lint
  • npm run build

Data Validation

Validate JSON data against schema locally when editing datasets:

node scripts/validate-json-schema.js \
  src/data/schema/regions.schema.json \
  src/data/regions.json