Update package.json

This commit is contained in:
Aleksandr Statciuk 2022-05-10 19:52:19 +03:00
parent 1604021e12
commit 5e45a53530

View file

@ -12,7 +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",
"test": "npx jest --runInBand",
"test": "TZ=UTC npx jest --runInBand",
"test:commands": "npx jest --runInBand -- commands",
"test:sites": "TZ=UTC npx jest --runInBand -- sites",
"act:test": "act workflow_dispatch -W .github/workflows/_test.yml",