From cb0fed9ef213c712ca348a16647b43cb147a875f Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Tue, 19 Sep 2023 05:34:09 +0300 Subject: [PATCH] Update package.json Fixes #2159 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f958d4d2..6ae78ad5 100644 --- a/package.json +++ b/package.json @@ -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,