Skip to content

Commit

Permalink
go away deprecated files i should just delete
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio authored May 1, 2024
1 parent 1d039ab commit 6391a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"serve-server": "nodemon src/index.js",
"register-commands": "node src/discord/register-slash-commands.js",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore --ignore-pattern \"_deprecated/*\" --fix src --quiet",
"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",
Expand Down

0 comments on commit 6391a79

Please sign in to comment.