omnitools: allow remote action while npm ci (#17070)

This commit is contained in:
CanbiZ (MickLesk)
2026-09-07 12:51:24 +02:00
committed by GitHub
parent da6bccfe25
commit 960e50f428
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ fetch_and_deploy_gh_release "omnitools" "iib0011/omni-tools" "tarball"
msg_info "Building OmniTools"
cd /opt/omnitools
export HUSKY=0
$STD npm ci
$STD npm ci --allow-remote=all
$STD npm run build
msg_ok "Built OmniTools"