fix(build): allow cpu-features install script

This commit is contained in:
777genius 2026-04-18 11:58:56 +03:00
parent 78c6824d69
commit aa46d439ce

View file

@ -303,7 +303,8 @@
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
"electron", "electron",
"node-pty" "node-pty",
"cpu-features"
] ]
}, },
"knip": { "knip": {