chore: shrinkwrap coding agent release deps

This commit is contained in:
Mario Zechner
2026-05-20 14:19:40 +02:00
parent fec3871432
commit 715c82ce04
7 changed files with 2171 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ if [[ "$SKIP_DEPS" == "false" ]]; then
# We need all platform bindings for bun cross-compilation
# Use --force to bypass platform checks (os/cpu restrictions in package.json)
# Install all in one command to avoid npm removing packages from previous installs
npm install --no-save --force --ignore-scripts \
npm install --no-save --package-lock=false --force --ignore-scripts \
@mariozechner/clipboard-darwin-arm64@0.3.2 \
@mariozechner/clipboard-darwin-x64@0.3.2 \
@mariozechner/clipboard-linux-x64-gnu@0.3.2 \