From 3ddf3645adec42dd872ebaf593f9910eee3e5046 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 8 Oct 2018 21:16:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Fix?= =?UTF-8?q?=20package.json=20preinstall=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0facbd3..4dfa10a 100644 --- a/package.json +++ b/package.json @@ -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",