Skip to content

Commit

Permalink
Exclude unnecessary prebuilds/modules
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed May 26, 2024
1 parent 67d54fb commit 37ec13a
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"!node_modules/**/wmic_ubuntu_x64",
"!node_modules/sharp/vendor/*",
"!node_modules/wmi-bridge/bin/*",
"!node_modules/native-reg/prebuilds/win32-ia32/*",
"!node_modules/native-reg/prebuilds/*",
"node_modules/native-reg/prebuilds/${platform}-${arch}/*",
"!node_modules/native-reg/src/*",
"!node_modules/acrylic/bin/**/*.node",
"!node_modules/setwindowpos-binding/bin/**/*.node",
Expand All @@ -109,17 +110,20 @@
"!node_modules/@paymoapp/active-window/*.json",
"node_modules/@paymoapp/active-window/package.json",
"!node_modules/iconv-lite",
"!node_modules/cacache",
"!node_modules/path-scurry",
"!node_modules/tar",
"!node_modules/@isaacs",
"!node_modules/cacache/*",
"!node_modules/path-scurry/*",
"!node_modules/tar/*",
"!node_modules/@isaacs/*",
"!node_modules/are-we-there-yet",
"!node_modules/make-fetch-happen",
"!node_modules/@npmcli",
"!node_modules/node-gyp",
"!node_modules/make-fetch-happen/*",
"!node_modules/@npmcli/*",
"!node_modules/node-gyp/*",
"!node_modules/glob",
"!node_modules/@pkgjs",
"!node_modules/minizlib"
"!node_modules/minizlib/*",
"!node_modules/usb/libusb",
"!node_modules/usb/prebuilds/*",
"node_modules/usb/prebuilds/${platform}-${arch}/*"
],
"extraResources": [
"node_modules\\wmi-client\\lib\\*",
Expand Down

0 comments on commit 37ec13a

Please sign in to comment.