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": [ "cpu": [
"arm64" "arm64"
], ],
"scripts": {
"postinstall": "chmod +x bin/sandbox-agent || true"
},
"files": [ "files": [
"bin" "bin"
] ]

View file

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

View file

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