We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a98ba commit 72266b9Copy full SHA for 72266b9
contributor-docs/CONTRIBUTING.md
@@ -142,10 +142,10 @@ See [`src/__tests__/example.js`](src/__tests__/example.js) for examples of ways
142
143
### TypeScript support
144
145
-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:
146
147
```
148
-npm run typecheck
+npm run test:type-check
149
150
151
### Additional resources
0 commit comments