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