Compare commits

...

3 Commits

Author SHA1 Message Date
MickLesk
cf3998a864 omnitools: drop the unneeded prepare-hook removal 2026-09-07 10:22:16 +02:00
MickLesk
700989ad60 omnitools: allow the remote xlsx tarball pinned in the lockfile 2026-09-07 10:20:07 +02:00
MickLesk
b8d7f05c61 omnitools: drop husky prepare hook before npm ci 2026-09-07 09:59:22 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ function update_script() {
msg_info "Building OmniTools" msg_info "Building OmniTools"
cd /opt/omnitools cd /opt/omnitools
export HUSKY=0 export HUSKY=0
$STD npm ci $STD npm ci --allow-remote=all
$STD npm run build $STD npm run build
msg_ok "Built OmniTools" msg_ok "Built OmniTools"

View File

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