Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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