This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
jellyfin-web
Watch
1
Star
0
Fork
You've already forked jellyfin-web
0
mirror of
https://github.com/jellyfin/jellyfin-web
synced
2025-03-30 19:56:21 +00:00
Code
Activity
362e75d167
jellyfin-web
/
scripts
/
prepare.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Add prepare script to allow CI to skip build
2020-11-17 22:20:34 -05:00
#!/usr/bin/env bash
if
[
-z
"
${
SKIP_PREPARE
}
"
]
;
then
use webpack inside prepare script
2020-11-21 22:11:27 +09:00
webpack --config webpack.prod.js
Add prepare script to allow CI to skip build
2020-11-17 22:20:34 -05:00
fi
Copy permalink