From a92b16fba442dc737a1809954fd0a2a536598d43 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sun, 7 Jul 2024 00:55:37 +0200 Subject: [PATCH] Update deploy and deployGlobally script --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d2bb7f..4bd0c9e 100644 --- a/package.json +++ b/package.json @@ -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"