add syncglobal package script
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx tsc",
|
"build": "npx tsc",
|
||||||
"start": "node out/index.js",
|
"start": "node out/index.js",
|
||||||
"sync": "node out/syncCommands.js"
|
"sync": "node out/syncCommands.js",
|
||||||
|
"syncGlobal": "node out/syncCommandsGlobal.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|||||||
Reference in New Issue
Block a user