👷♂️ Revert to preinstall hook so that bin link is found
This commit is contained in:
parent
0d6c649127
commit
9a5db3aa4e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"url": "https://git.jedipedia.net/swtor/ssn.git"
|
"url": "https://git.jedipedia.net/swtor/ssn.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "chmod +x build.sh && ./build.sh"
|
"preinstall": "chmod +x build.sh && ./build.sh"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"build.sh",
|
"build.sh",
|
||||||
|
|
Loading…
Reference in a new issue