From 1285c5217d5dc3a1d162085700159363ff691d46 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Fri, 17 Nov 2023 05:04:11 +0300 Subject: [PATCH] Update package.json --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index c958c5ec..e08b52c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "epg", "scripts": { + "act:update": "act workflow_dispatch -W .github/workflows/update.yml", "api:load": "npx tsx scripts/commands/api/load.ts", + "api:generate": "npx tsx scripts/commands/api/generate.ts", "channels:lint": "npx tsx scripts/commands/channels/lint.ts", "channels:parse": "npx tsx scripts/commands/channels/parse.ts", "channels:editor": "npx tsx scripts/commands/channels/editor.ts",