omnitools: allow the remote xlsx tarball pinned in the lockfile

This commit is contained in:
MickLesk
2026-09-07 10:20:07 +02:00
parent b8d7f05c61
commit 700989ad60
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ function update_script() {
cd /opt/omnitools
export HUSKY=0
$STD npm pkg delete scripts.prepare
$STD npm ci
$STD npm ci --allow-remote=all
$STD npm run build
msg_ok "Built OmniTools"

View File

@@ -24,7 +24,7 @@ msg_info "Building OmniTools"
cd /opt/omnitools
export HUSKY=0
$STD npm pkg delete scripts.prepare
$STD npm ci
$STD npm ci --allow-remote=all
$STD npm run build
msg_ok "Built OmniTools"