Skip to content

Commit

Permalink
CONTRIBUTING.md: Updating typecheck instructions (#2151)
Browse files Browse the repository at this point in the history
The `typecheck` script was renamed in the past in #1960, correcting the contribution docs
  • Loading branch information
jeffwilcox committed Jun 28, 2022
1 parent b3a98ba commit 72266b9
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 72266b9

Please sign in to comment.