forked from sh-edraft.de/sh_discord_bot
Improved scripts
This commit is contained in:
parent
6739b9744e
commit
743182f2d4
@ -11,9 +11,9 @@
|
||||
"boot-log": "src/modules/boot_log/boot-log.json"
|
||||
},
|
||||
"Scripts": {
|
||||
"prod": "export KDB_ENVIRONMENT=production; export KDB_NAME=kdb-dev; cpl start;",
|
||||
"stage": "export KDB_ENVIRONMENT=staging; export KDB_NAME=kdb-dev; cpl start;",
|
||||
"dev": "export KDB_ENVIRONMENT=development; export KDB_NAME=kdb-dev; cpl start;",
|
||||
"prod": "export KDB_ENVIRONMENT=production; export KDB_NAME=KDB-Prod; cpl start;",
|
||||
"stage": "export KDB_ENVIRONMENT=staging; export KDB_NAME=KDB-Stage; cpl start;",
|
||||
"dev": "export KDB_ENVIRONMENT=development; export KDB_NAME=KDB-Dev; cpl start;",
|
||||
|
||||
"ba": "cpl build-all",
|
||||
"build-all": "cpl build-bot; cpl build-bot-core; cpl build-bot-data;",
|
||||
|
Loading…
Reference in New Issue
Block a user