Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-03-04 16:05:38 +03:00
parent ffbc9b20bc
commit 3b561e8901

View file

@ -10,6 +10,7 @@
"programs:save": "node scripts/commands/programs/save.js", "programs:save": "node scripts/commands/programs/save.js",
"guides:update": "node scripts/commands/guides/update.js", "guides:update": "node scripts/commands/guides/update.js",
"api:update": "node scripts/commands/api/update.js", "api:update": "node scripts/commands/api/update.js",
"api:load": "mkdir -p scripts/data && curl -L -o scripts/data/channels.json https://iptv-org.github.io/api/channels.json",
"readme:update": "node scripts/commands/readme/update.js", "readme:update": "node scripts/commands/readme/update.js",
"test": "npx jest --runInBand", "test": "npx jest --runInBand",
"test:commands": "npx jest --runInBand -- commands", "test:commands": "npx jest --runInBand -- commands",