👷♂️ Fix package.json preinstall script
This commit is contained in:
parent
88dba8d750
commit
3ddf3645ad
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
"url": "https://git.jedipedia.net/swtor/ssn.git"
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "./build.sh"
|
||||
"preinstall": "chmod +x build.sh && ./build.sh"
|
||||
},
|
||||
"files": [
|
||||
"build.sh",
|
||||
|
|
Loading…
Reference in a new issue