From a2ad1d9420c583b875a3997c1aaaac4c7f50d3bb Mon Sep 17 00:00:00 2001 From: Kacper Date: Sat, 13 Dec 2025 21:33:17 +0100 Subject: [PATCH] chore: update .npmrc to comment out platform-specific bindings for faster installs --- .npmrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 985873ac..86aca125 100644 --- a/.npmrc +++ b/.npmrc @@ -11,5 +11,6 @@ # Include bindings for all platforms in package-lock.json to support CI/CD # This ensures Linux, macOS, and Windows bindings are all present -supportedArchitectures.os=linux,darwin,win32 -supportedArchitectures.cpu=x64,arm64 +# NOTE: Only enable when regenerating package-lock.json, then comment out to keep installs fast +# supportedArchitectures.os=linux,darwin,win32 +# supportedArchitectures.cpu=x64,arm64