Files
jellyfin-web/scripts/prepare.sh
T
2020-11-17 22:28:23 -05:00

6 lines
84 B
Bash
Executable File

#!/usr/bin/env bash
if [ -z "${SKIP_PREPARE}" ]; then
npx gulp --production
fi