👷♂️ Remove npm preinstall script as it is part of npm run update
This commit is contained in:
parent
0f5250d11c
commit
cbd2fbc7df
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue