From f06036e340f7eaee231d03b1d45313e42e0fd43d Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Fri, 16 Jun 2023 23:08:57 +0200 Subject: [PATCH] add syncglobal package script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b267948..907bb03 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "build": "npx tsc", "start": "node out/index.js", - "sync": "node out/syncCommands.js" + "sync": "node out/syncCommands.js", + "syncGlobal": "node out/syncCommandsGlobal.js" }, "author": "", "license": "ISC",