mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use webpack inside prepare script
This commit is contained in:
parent
2c0b33b9a8
commit
362e75d167
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ -z "${SKIP_PREPARE}" ]; then
|
if [ -z "${SKIP_PREPARE}" ]; then
|
||||||
npx gulp --production
|
webpack --config webpack.prod.js
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue