Update deploy and deployGlobally script

Slash-V14
Supositware 2 months ago
parent c3fd22f02f
commit a92b16fba4

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

Loading…
Cancel
Save