mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +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
|
# Include bindings for all platforms in package-lock.json to support CI/CD
|
||||||
# This ensures Linux, macOS, and Windows bindings are all present
|
# This ensures Linux, macOS, and Windows bindings are all present
|
||||||
supportedArchitectures.os=linux,darwin,win32
|
# NOTE: Only enable when regenerating package-lock.json, then comment out to keep installs fast
|
||||||
supportedArchitectures.cpu=x64,arm64
|
# supportedArchitectures.os=linux,darwin,win32
|
||||||
|
# supportedArchitectures.cpu=x64,arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user