1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-01 01:03:39 +00:00

Test excluding pnpm from the store

This commit is contained in:
Anders Åberg
2025-12-19 13:25:09 +01:00
parent 1101a6fce0
commit 1bcdf79f16

View File

@@ -16,16 +16,11 @@
"asarUnpack": ["**/*.node"],
"files": [
"**/*",
"!**/node_modules/.pnpm/**/*",
"!**/node_modules/@bitwarden/desktop-napi/**/*",
"**/node_modules/@bitwarden/desktop-napi/index.js",
"**/node_modules/@bitwarden/desktop-napi/desktop_napi.${platform}-${arch}*.node",
"!**/node_modules/@nx/**/*",
"!**/node_modules/@parcel/watcher-*/**/*",
"!**/node_modules/@esbuild/**/*",
"!**/node_modules/@swc/**/*",
"!**/node_modules/@rollup/**/*",
"!**/node_modules/sass/**/*",
"!**/node_modules/sass-embedded*/**/*"
"!**/node_modules/@nx/**/*"
],
"electronVersion": "37.7.0",
"generateUpdatesFilesForAllChannels": true,