Dev (#12)
* health check * Update Dockerfile * simplifying the deployment * Update Bot.js makes the find team command public * test (#9) * Dev (#7) * health check * Update Dockerfile * simplifying the deployment * Dev (#8) * health check * Update Dockerfile * simplifying the deployment * Update Bot.js makes the find team command public * Update PlayerService.js * massive update???? could break stuff * Update Bot.js update
This commit is contained in:
14
package.json
14
package.json
@@ -3,11 +3,15 @@
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node -r dotenv/config index.js dotenv_config_path=.env.production",
|
||||
"dev": "nodemon -r dotenv/config index.js dotenv_config_path=.env.development",
|
||||
"deploy-commands": "node -r dotenv/config deploy-commands.js dotenv_config_path=.env.production",
|
||||
"deploy-commands:dev": "node -r dotenv/config deploy-commands.js dotenv_config_path=.env.development",
|
||||
"test:webhook": "node -r dotenv/config src/test/testWebhook.js dotenv_config_path=.env.test"
|
||||
"start": "node -r dotenv/config index.js",
|
||||
"dev": "nodemon -r dotenv/config index.js",
|
||||
"deploy-commands": "node -r dotenv/config deploy-commands.js",
|
||||
"deploy-commands:dev": "node -r dotenv/config deploy-commands.js",
|
||||
"test:webhook": "node -r dotenv/config src/tests/testWebhook.js",
|
||||
"test:connection": "node -r dotenv/config src/tests/testConnection.js",
|
||||
"test:supabase": "node -r dotenv/config src/tests/testSupabase.js",
|
||||
"seed:games": "node -r dotenv/config src/scripts/seedGames.js",
|
||||
"verify:setup": "node -r dotenv/config src/scripts/verifysetup.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user