diff --git a/docs/react-v9/contributing/command-cheat-sheet.md b/docs/react-v9/contributing/command-cheat-sheet.md index 03ca9c13518c0e..08d71eb327245b 100644 --- a/docs/react-v9/contributing/command-cheat-sheet.md +++ b/docs/react-v9/contributing/command-cheat-sheet.md @@ -13,6 +13,7 @@ yarn update-snapshots # updates snapshot tests yarn run dedupe # dedupes dependencies - necessary to run after any kind of package bump/changes yarn nx run :generate-api # updates API files yarn nx run : # runs tasks within a package. [More help here](https://nx.dev/features/run-tasks#running-tasks) +yarn nx run @fluentui/:type-check # quickly runs type checks and associated linting yarn lage build --to react # build v8 so intellisense works. ```