add syncglobal package script

This commit is contained in:
2023-06-16 23:08:57 +02:00
parent a8a662e2ed
commit f06036e340
+2 -1
View File
@@ -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",