Files
Bubberstation/tools/build/build.sh
Jeremiah e095efe044 Juke build in typescript (#91673)
## About The Pull Request
We can do that now with bun
This also sorts out some of the functions inside build.js into their own
helper file
## Why It's Good For The Game
Typing is objectively better
Code improvement
## Changelog
2025-06-30 09:11:01 +12:00

5 lines
84 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")"
exec ../bootstrap/javascript.sh build.ts "$@"