Skip to content

Commit 72266b9

Browse files
authored
CONTRIBUTING.md: Updating typecheck instructions (#2151)
The `typecheck` script was renamed in the past in #1960, correcting the contribution docs
1 parent b3a98ba commit 72266b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributor-docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ See [`src/__tests__/example.js`](src/__tests__/example.js) for examples of ways
142142

143143
### TypeScript support
144144

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

147147
```
148-
npm run typecheck
148+
npm run test:type-check
149149
```
150150

151151
### Additional resources

0 commit comments

Comments
 (0)