Skip to content

Commit

Permalink
CONTRIBUTING.md: Updating typecheck instructions (primer#2151)
Browse files Browse the repository at this point in the history
The `typecheck` script was renamed in the past in primer#1960, correcting the contribution docs
  • Loading branch information
jeffwilcox authored and PrinceSumberia committed Aug 1, 2022
1 parent f5131e7 commit de42e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributor-docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ See [`src/__tests__/example.js`](src/__tests__/example.js) for examples of ways

### TypeScript support

Primer React is written in TypeScript. We include type definitions in our built artifacts. To check types, run the `typecheck` script:
Primer React is written in TypeScript. We include type definitions in our built artifacts. To check types, run the `type-check` test script:

```
npm run typecheck
npm run test:type-check
```

### Additional resources
Expand Down

0 comments on commit de42e1a

Please sign in to comment.