omnitools: drop husky prepare hook before npm ci

This commit is contained in:
MickLesk
2026-09-07 09:59:22 +02:00
parent da6bccfe25
commit b8d7f05c61
2 changed files with 2 additions and 0 deletions

View File

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

View File

@@ -23,6 +23,7 @@ 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
$STD npm run build
msg_ok "Built OmniTools"