mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-16 08:25:14 +02:00
5 lines
66 B
Bash
Executable file
5 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
echo "Building KTX packages..."
|
|
pnpm run build
|