fix: add postinstall chmod for npm binary permissions

This commit is contained in:
Nathan Flurry 2026-01-30 13:23:56 -08:00
parent cacb63ef17
commit 12b0975817
3 changed files with 9 additions and 0 deletions

View file

@ -13,6 +13,9 @@
"cpu": [
"arm64"
],
"scripts": {
"postinstall": "chmod +x bin/sandbox-agent || true"
},
"files": [
"bin"
]

View file

@ -13,6 +13,9 @@
"cpu": [
"x64"
],
"scripts": {
"postinstall": "chmod +x bin/sandbox-agent || true"
},
"files": [
"bin"
]

View file

@ -13,6 +13,9 @@
"cpu": [
"x64"
],
"scripts": {
"postinstall": "chmod +x bin/sandbox-agent || true"
},
"files": [
"bin"
]