mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
Immich: test fix for 5299 (#5300)
This commit is contained in:
parent
ac203f4e79
commit
b52cba817f
2 changed files with 7 additions and 7 deletions
|
@ -226,6 +226,9 @@ function update_script() {
|
|||
mv "$APP-$RELEASE"/ "$SRC_DIR"
|
||||
mkdir -p "$ML_DIR"
|
||||
cd "$SRC_DIR"/server
|
||||
if [[ "$RELEASE" == "1.135.1" ]]; then
|
||||
rm ./src/schema/migrations/1750323941566-UnsetPrewarmDimParameter.ts
|
||||
fi
|
||||
$STD npm install -g node-gyp node-pre-gyp
|
||||
$STD npm ci
|
||||
$STD npm run build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue