Files
Bubberstation/tools/build/build.sh
T
JeremiahandRoxy ab637fc2a8 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-07-04 16:33:18 -04:00

5 lines
84 B
Bash
Executable File

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