From cbd2fbc7df39059f11c20a91df436449b71171e7 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Thu, 25 Oct 2018 07:05:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Remov?= =?UTF-8?q?e=20npm=20preinstall=20script=20as=20it=20is=20part=20of=20npm?= =?UTF-8?q?=20run=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index fc4fe30..6377009 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "url": "https://git.jedipedia.net/swtor/ssn-tools.git" }, "scripts": { - "preinstall": "rm -rf node_modules package-lock.json", "start": "rm -rf dist && tsc && chmod +x dist/*.js", "test": "echo \"Error: no test specified\" && exit 1", "update": "rm -rf node_modules package-lock.json && npm install"