mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-09 07:27:58 +00:00
omnitools: allow the remote xlsx tarball pinned in the lockfile
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user