Update deploy and deployGlobally script

This commit is contained in:
Supositware 2024-07-07 00:55:37 +02:00
parent c3fd22f02f
commit a92b16fba4

View file

@ -5,8 +5,8 @@
"main": "index.js",
"scripts": {
"start": "node .",
"deploy": "node deploy-commands.cjs",
"deployGlobally": "node deploy-commands.cjs global",
"deploy": "node scripts/deploy-commands.js",
"deployGlobally": "node scripts/deploy-commands.js global",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"