Skip to content

Commit

Permalink
✨ Added command deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nich87 committed Dec 6, 2023
1 parent 623ae9c commit 9f12114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "npm run compile && node build/index.js",
"compile": "tsc -p .",
"format": "prettier . --write",
"lint": "npm run format && eslint ."
"lint": "npm run format && eslint .",
"deploy:slash": "npm run compile && node ./build/deploy-commands.js"
},
"author": {
"name": "MotiCAT",
Expand Down

0 comments on commit 9f12114

Please sign in to comment.