Files
gpustack-ui/scripts/deps
2024-06-17 15:11:59 +08:00

8 lines
114 B
Bash
Executable File

#!/bin/bash
set -ex
if [[ -n "${LOCK}" ]]; then
BASE_ARGS="--frozen-lockfile"
fi
pnpm install ${BASE_ARGS:-}