mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 16:23:53 +00:00
allow postinstall scripts
This commit is contained in:
16
package.json
16
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user