mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +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": [
|
||||
"arm64"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "chmod +x bin/sandbox-agent || true"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "chmod +x bin/sandbox-agent || true"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "chmod +x bin/sandbox-agent || true"
|
||||
},
|
||||
"files": [
|
||||
"bin"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue