Update package.json

This commit is contained in:
freearhey 2025-01-01 11:16:11 +03:00
parent 784216a82d
commit d6d20b6413

View file

@ -11,7 +11,7 @@
"sites:update": "npx tsx scripts/commands/sites/update.ts",
"grab": "npx tsx scripts/commands/epg/grab.ts",
"serve": "npx serve",
"lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"",
"lint": "npx eslint \"{scripts,tests,sites}/**/*.{ts,js}\"",
"test": "run-script-os",
"test:win32": "SET \"TZ=Pacific/Nauru\" && npx jest --runInBand",
"test:default": "TZ=Pacific/Nauru npx jest --runInBand",