diff --git a/package.json b/package.json index eb81ac1..8475ee1 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,8 @@ "main": "index.js", "scripts": { "start": "node .", + "deploy": "node deploy-commands.cjs", + "deployGlobally": "node deploy-commands.cjs global", "lint": "eslint .", "lintfix": "eslint . --fix", "test": "echo \"Error: no test specified\" && exit 1"