From 303987fec48b8e58d460799b4e486e1adfa0d7d3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 22 Oct 2022 04:34:55 +0300 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4c643c29..80722fa1 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "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 && curl -L -o scripts/data/countries.json https://iptv-org.github.io/api/countries.json", "readme:update": "node scripts/commands/readme/update.js", + "status:update": "node scripts/commands/status/update.js", "lint": "npx eslint ./scripts/**/*.js", "test": "TZ=Pacific/Nauru npx jest --runInBand", "test:commands": "npx jest --runInBand -- commands",