Files
mrmanlikesbtandGitHub 300f295068 Fixes tgfont build & readds it to the normal TGUI compilation (#96853)
## About The Pull Request

It was calling the `tgfont:build` script in `tgui/package.json` which
didn't exist because the `bun()` function has the directory hardcoded to
`./tgui`. So, I added an arg to specify the dir.

Here's proof that it works:

<img width="913" height="762" alt="image"
src="https://github.com/user-attachments/assets/6f787173-d18a-448e-ba43-d1660f77df7e"
/>

I also removed the unused `tgui-bench` & `tgui-sonar` .cmds since their
functionality was removed a year ago
2026-07-09 22:05:26 +02:00
..