Skip to content

Commit

Permalink
chore:(docs) - Adds type check to command cheat sheet (#31411)
Browse files Browse the repository at this point in the history
Co-authored-by: Esteban Munoz Facusse <estebanmu@microsoft.com>
  • Loading branch information
mltejera and sopranopillow committed May 17, 2024
1 parent ae2e0d7 commit f2aa169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/react-v9/contributing/command-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <package-name>:generate-api # updates API files
yarn nx run <package-name>:<target-name> # runs tasks within a package. [More help here](https://nx.dev/features/run-tasks#running-tasks)
yarn nx run @fluentui/<package-name>:type-check # quickly runs type checks and associated linting
yarn lage build --to react # build v8 so intellisense works.
```

Expand Down

0 comments on commit f2aa169

Please sign in to comment.