mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 07:03:31 +00:00
fix: add postinstall chmod for npm binary permissions
This commit is contained in:
parent
cacb63ef17
commit
12b0975817
3 changed files with 9 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
],
|
],
|
||||||
|
"scripts": {
|
||||||
|
"postinstall": "chmod +x bin/sandbox-agent || true"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"bin"
|
"bin"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,9 @@
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
|
"scripts": {
|
||||||
|
"postinstall": "chmod +x bin/sandbox-agent || true"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"bin"
|
"bin"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,9 @@
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"x64"
|
"x64"
|
||||||
],
|
],
|
||||||
|
"scripts": {
|
||||||
|
"postinstall": "chmod +x bin/sandbox-agent || true"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"bin"
|
"bin"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue