Remove test.js

Has been replaced by clean.js
This commit is contained in:
freearhey
2021-05-07 00:35:55 +03:00
parent 4195c9fcdd
commit a67a0a8686
2 changed files with 1 additions and 82 deletions

View File

@@ -1,8 +1,7 @@
{
"name": "iptv",
"scripts": {
"lint": "npx m3u-linter -c m3u-linter.json",
"test": "node scripts/test.js"
"lint": "npx m3u-linter -c m3u-linter.json"
},
"pre-push": [
"lint"