fix(open-archiver): approve pnpm build scripts before build:oss

This commit is contained in:
MickLesk
2026-05-25 21:07:51 +02:00
parent 62a6122fa6
commit dce2984ef0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ function update_script() {
msg_info "Updating Open Archiver"
cd /opt/openarchiver
$STD pnpm install --shamefully-hoist --frozen-lockfile --prod=false
$STD pnpm approve-builds --yes
$STD pnpm run build:oss
$STD pnpm db:migrate
msg_ok "Updated Open Archiver"