Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: Changed name of deploy slash commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 17, 2023
1 parent 9184722 commit 13f0b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js",
"start-pretty": "node ./src/index.js | pino-pretty",
"deploy": "node ./src/utils/deploy-slash-commands.js",
"deploy-pretty": "node ./src/utils/deploy-slash-commands.js | pino-pretty",
"deploy": "node ./src/utils/deploySlashCommands.js",
"deploy-pretty": "node ./src/utils/deploySlashCommands.js | pino-pretty",
"eslint": "eslint ./"
},
"dependencies": {
Expand Down
File renamed without changes.

0 comments on commit 13f0b02

Please # to comment.