mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-10 16:06:27 +00:00
omnitools: drop the unneeded prepare-hook removal
This commit is contained in:
@@ -40,7 +40,6 @@ function update_script() {
|
||||
msg_info "Building OmniTools"
|
||||
cd /opt/omnitools
|
||||
export HUSKY=0
|
||||
$STD npm pkg delete scripts.prepare
|
||||
$STD npm ci --allow-remote=all
|
||||
$STD npm run build
|
||||
msg_ok "Built OmniTools"
|
||||
|
||||
@@ -23,7 +23,6 @@ fetch_and_deploy_gh_release "omnitools" "iib0011/omni-tools" "tarball"
|
||||
msg_info "Building OmniTools"
|
||||
cd /opt/omnitools
|
||||
export HUSKY=0
|
||||
$STD npm pkg delete scripts.prepare
|
||||
$STD npm ci --allow-remote=all
|
||||
$STD npm run build
|
||||
msg_ok "Built OmniTools"
|
||||
|
||||
Reference in New Issue
Block a user