mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 16:23:53 +00:00
Try running it via node
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
"postinstall": "pnpm exec electron-rebuild",
|
||||
"postinstall": "node ../../node_modules/@electron/rebuild/lib/cli.js",
|
||||
"start": "cross-env ELECTRON_IS_DEV=0 ELECTRON_NO_UPDATER=1 electron ./build",
|
||||
"build-native-macos": "cd desktop_native && ./macos_provider/build.sh && node build.js cross-platform",
|
||||
"build-native": "cd desktop_native && node build.js",
|
||||
|
||||
Reference in New Issue
Block a user