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",
|
"name": "iptv",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node scripts/test.js",
|
"test": "node scripts/test.js"
|
||||||
"format": "node scripts/format.js",
|
|
||||||
"generate": "node scripts/generate.js",
|
|
||||||
"update-readme": "node scripts/update-readme.js"
|
|
||||||
},
|
},
|
||||||
"author": "Arhey",
|
"author": "Arhey",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
Loading…
Reference in New Issue