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
1b4faee50d
commit
57e508fc3b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"channels:validate": "npx tsx scripts/commands/channels/validate.ts",
|
"channels:validate": "npx tsx scripts/commands/channels/validate.ts",
|
||||||
"grab": "npx tsx scripts/commands/epg/grab.ts",
|
"grab": "npx tsx scripts/commands/epg/grab.ts",
|
||||||
"serve": "npx serve",
|
"serve": "npx serve",
|
||||||
"lint": "npx eslint ./scripts/**/*.ts ./sites/**/*.js ./tests/**/*.ts ./tests/**/*.js",
|
"lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"",
|
||||||
"test": "run-script-os",
|
"test": "run-script-os",
|
||||||
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand",
|
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand",
|
||||||
"test:default": "TZ=Pacific/Nauru npx jest --runInBand",
|
"test:default": "TZ=Pacific/Nauru npx jest --runInBand",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue