Compare commits

...

1 commit

Author SHA1 Message Date
Nathan Flurry
12b0975817 fix: add postinstall chmod for npm binary permissions 2026-01-30 13:23:56 -08:00
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"
]