mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update package.json
This commit is contained in:
parent
5e45a53530
commit
ec19910902
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@
|
||||||
"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 && curl -L -o scripts/data/countries.json https://iptv-org.github.io/api/countries.json",
|
"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",
|
"readme:update": "node scripts/commands/readme/update.js",
|
||||||
"test": "TZ=UTC npx jest --runInBand",
|
"test": "TZ=Pacific/Nauru npx jest --runInBand",
|
||||||
"test:commands": "npx jest --runInBand -- commands",
|
"test:commands": "npx jest --runInBand -- commands",
|
||||||
"test:sites": "TZ=UTC npx jest --runInBand -- sites",
|
"test:sites": "TZ=Pacific/Nauru npx jest --runInBand -- sites",
|
||||||
"act:test": "act workflow_dispatch -W .github/workflows/_test.yml",
|
"act:test": "act workflow_dispatch -W .github/workflows/_test.yml",
|
||||||
"act:check": "act workflow_dispatch -W .github/workflows/_check.yml",
|
"act:check": "act workflow_dispatch -W .github/workflows/_check.yml",
|
||||||
"act:update-readme": "act workflow_dispatch -W .github/workflows/_update-readme.yml",
|
"act:update-readme": "act workflow_dispatch -W .github/workflows/_update-readme.yml",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue