mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
if [ -z "${SKIP_PREPARE}" ]; then
|
|
webpack --config webpack.prod.js
|
|
fi
|