mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-29 22:02:02 +00:00
chore: update .npmrc to comment out platform-specific bindings for faster installs
This commit is contained in:
5
.npmrc
5
.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
|
||||
|
||||
Reference in New Issue
Block a user