1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 10:23:52 +00:00

just try running from node_modules

This commit is contained in:
Anders Åberg
2025-12-16 11:39:03 +01:00
parent d96639db8d
commit 76316927cf

View File

@@ -16,7 +16,7 @@
},
"license": "GPL-3.0",
"scripts": {
"postinstall": "npx @electron/rebuild",
"postinstall": "../../node_modules/.bin/electron-rebuild",
"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",