chore: update .npmrc to comment out platform-specific bindings for faster installs

This commit is contained in:
Kacper
2025-12-13 21:33:17 +01:00
parent 1f4e801c58
commit a2ad1d9420

5
.npmrc
View File

@@ -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