From ffeeaf2fa22051d99d1c644ea8d5d21314b2199b Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 19 Jul 2023 04:17:00 +0300 Subject: [PATCH] Update package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 395a6a9f..4113ce2e 100644 --- a/package.json +++ b/package.json @@ -5,14 +5,13 @@ "channels:lint": "node scripts/commands/channels/lint.js", "channels:parse": "node scripts/commands/channels/parse.js", "channels:editor": "node scripts/commands/channels/editor.js", - "site:grab": "node scripts/commands/site/grab.js", "api:load": "./scripts/commands/api/load.sh", "lint": "npx eslint ./scripts/**/*.js", "test": "TZ=Pacific/Nauru npx jest --runInBand", "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": "npm run site:grab", + "grab": "node scripts/commands/epg/grab.js", "serve": "npx serve" }, "private": true,