👷‍♂️ Remove npm preinstall script as it is part of npm run update

This commit is contained in:
C-3PO 2018-10-25 07:05:41 +02:00
parent 0f5250d11c
commit cbd2fbc7df
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -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"