Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UntoldGam authored Aug 21, 2024
1 parent 052f8ae commit 7d594f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"prestart": "npm install --omit=dev",
"start": "npm run prestart && nodemon index.js",
"start": "npm run prestart && npm run updateCommands && node index.js",
"dev": "node index.js",
"updateCommands": "node registerCommands.js"
},
Expand Down

0 comments on commit 7d594f2

Please sign in to comment.