👷♂️ Change preinstall hook to postinstall
This commit is contained in:
parent
01926cfe97
commit
0d6c649127
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": {
|
||||||
"preinstall": "chmod +x build.sh && ./build.sh"
|
"postinstall": "chmod +x build.sh && ./build.sh"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"build.sh",
|
"build.sh",
|
||||||
|
|
Loading…
Reference in a new issue