This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
jellyfin-web
Watch
2
Fork
0
You've already forked jellyfin-web
mirror of
https://github.com/jellyfin/jellyfin-web.git
synced
2024-11-17 19:08:18 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8f7632526
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 20:20:34 -07:00
#!/usr/bin/env bash
if
[
-z
"
${
SKIP_PREPARE
}
"
]
;
then
use webpack inside prepare script
2020-11-21 06:11:27 -07:00
webpack --config webpack.prod.js
Add prepare script to allow CI to skip build
2020-11-17 20:20:34 -07:00
fi
Reference in New Issue
Copy Permalink