Remove references to old type check script (#202825)

## Summary

Remove references to `scripts/build_ts_refs` which doesn't exist anymore

Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
This commit is contained in:
Brad White 2024-12-18 12:38:30 -07:00 committed by GitHub
parent 5103345746
commit 35231e9d37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ When switching branches, sometimes the TypeScript cache can get mixed up and sho
1. Build TypeScript references with the clean command.
```
node scripts/build_ts_refs --clean
node scripts/type_check.js --clean-cache
```
2. Restore your repository to a totally fresh state by running `git clean`