From 9a5db3aa4eaa7e6b01a26de47151c2dbe6520c82 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Sun, 21 Oct 2018 03:39:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Rever?= =?UTF-8?q?t=20to=20preinstall=20hook=20so=20that=20bin=20link=20is=20foun?= =?UTF-8?q?d?= 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 61a79bf..fda0b11 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://git.jedipedia.net/swtor/ssn.git" }, "scripts": { - "postinstall": "chmod +x build.sh && ./build.sh" + "preinstall": "chmod +x build.sh && ./build.sh" }, "files": [ "build.sh",