Update package.json

Fixes #2159
This commit is contained in:
freearhey 2023-09-19 05:34:09 +03:00
parent c020c44685
commit cb0fed9ef2

View file

@ -11,7 +11,7 @@
"test:commands": "npx jest --runInBand -- commands",
"test:sites": "TZ=Pacific/Nauru npx jest --runInBand -- sites",
"check": "npm run api:load && npm run channels:lint sites/**/*.js && npm run channels:validate sites/**/*.xml",
"grab": "node scripts/commands/epg/grab.js",
"grab": "npm run api:load && node scripts/commands/epg/grab.js",
"serve": "npx serve"
},
"private": true,