Skip to content

Commit

Permalink
docs: correct ts check script name in CONTRIBUTING file (#11785)
Browse files Browse the repository at this point in the history
**Motivation**

This pull request updates the contributing file to correct a command
inconsistency. The previous command `yarn typescript` has been replaced
with the accurate `yarn typecheck`. This change ensures alignment with
the correct command for TypeScript type-checking.
  • Loading branch information
abdelhakimrafik committed Jan 18, 2024
1 parent d0e6a2c commit 4dcb07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ yarn example start
Make sure your code passes TypeScript and ESLint. Run the following to verify:

```sh
yarn typescript
yarn typecheck
yarn lint
```

Expand Down

0 comments on commit 4dcb07e

Please sign in to comment.