mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-07 10:34:33 +00:00
omnitools: drop husky prepare hook before npm ci
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user