Removed format, generate & update-readme scripts
All of these scripts should only run through GitHub Actions
This commit is contained in:
parent
9924cbe34c
commit
3d41daf2dd
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
"name": "iptv",
|
||||
"scripts": {
|
||||
"test": "node scripts/test.js",
|
||||
"format": "node scripts/format.js",
|
||||
"generate": "node scripts/generate.js",
|
||||
"update-readme": "node scripts/update-readme.js"
|
||||
"test": "node scripts/test.js"
|
||||
},
|
||||
"author": "Arhey",
|
||||
"private": true,
|
||||
|
|
Loading…
Reference in New Issue