mirror of
https://github.com/FranP-code/shopping-discord-bot.git
synced 2025-10-13 00:22:44 +00:00
added deploy commands to start script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"start": "node deploy-commands.js && node app.js",
|
||||
"dev": "node deploy-commands.js && nodemon app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user