omnitools: drop the unneeded prepare-hook removal

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

View File

@@ -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"

View File

@@ -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"