Skip to content

Commit

Permalink
add commands to server directory
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio authored May 1, 2024
1 parent 2aca86a commit 70d1fd6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "index.js",
"scripts": {
"serve-server": "nodemon src/index.js",
"register-commands": "node src/discord/register-slash-commands.js"
"register-commands": "node src/discord/register-slash-commands.js",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --ignore-pattern \"_deprecated/*\" --fix src --quiet",
"build": "echo \"No build stage for server - skipping\""
},
"repository": "git+https://github.com/slmnio/slmngg-server.git",
"author": "",
Expand Down

0 comments on commit 70d1fd6

Please sign in to comment.