mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 16:23:53 +00:00
Use node-linker=hoisted for electron-builder compatibility
Replace shamefully-hoist with node-linker=hoisted to create a flat node_modules structure. Maybe fixes electron-builder's code signing which couldn't find @electron/osx-sign through pnpm's symlinked structure?
This commit is contained in:
4
.npmrc
4
.npmrc
@@ -3,5 +3,5 @@ save-exact=true
|
||||
# This applies to all npm scripts in this repository.
|
||||
node-options=--max-old-space-size=8192
|
||||
|
||||
# Hoist dependencies for compatibility with electron-builder and phantom dependencies
|
||||
shamefully-hoist=true
|
||||
# Use flat node_modules structure for compatibility with electron-builder
|
||||
node-linker=hoisted
|
||||
|
||||
Reference in New Issue
Block a user