mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
5 lines
108 B
Bash
Executable file
5 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
echo "Installing KTX JS dependencies..."
|
|
pnpm install --frozen-lockfile --prefer-offline
|