ktx/scripts/conductor/install-js-dependencies.sh
2026-05-11 10:23:53 +02:00

5 lines
108 B
Bash
Executable file

#!/bin/sh
set -eu
echo "Installing KTX JS dependencies..."
pnpm install --frozen-lockfile --prefer-offline