-
Notifications
You must be signed in to change notification settings - Fork 5.1k
TypeSpec Validation
Mike Harder edited this page Jul 29, 2024
·
2 revisions
To ensure you see the same results from TypeSpecValidation in your PR check and tsv
on your local machine:
- Merge latest from parent (e.g.
main
orRPSaaSMaster
) to your PR branch - Run locally
-
git clean -xdf
(may revert any local changes) git pull
npm ci
-
npx tsv ...
- If you are still having problems, try cloning your branch to a new folder, or try on another machine.
- If the problem can be reproduced on a clean machine, request assistance from the TypeSpec Discussion teams channel.