1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

allow postinstall scripts

This commit is contained in:
Anders Åberg
2025-12-15 20:30:01 +01:00
parent a7d3056f50
commit a116087b72

View File

@@ -221,6 +221,22 @@
"react-dom": "18.3.1",
"@types/react": "18.3.27"
},
"pnpm": {
"onlyBuiltDependencies": [
"@compodoc/compodoc",
"@parcel/watcher",
"@swc/core",
"bufferutil",
"esbuild",
"electron",
"electron-winstaller",
"lmdb",
"msgpackr-extract",
"nx",
"unrs-resolver",
"utf-8-validate"
]
},
"lint-staged": {
"*": "prettier --cache --ignore-unknown --write",
"*.ts": "eslint --cache --cache-strategy content --fix"