mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
## 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