Files
VOREStation/tools/build/build.sh
T
Kashargul 9c71c3bb4f Yarn to bun migration port (#17887)
* Yarn to bun migration port

* .

* .

* .

* .

* .

* .

* .

* missed that

* ...

* can't have those

* end of compat

* port tg 91703

* we need to accept the eula

* make sure to use basic

* -f as JL suggested

* Update dependencies.sh

* push

---------

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
2025-06-28 02:50:36 +02:00

5 lines
84 B
Bash
Executable File

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