Improved scripts
This commit is contained in:
		| @@ -11,9 +11,9 @@ | |||||||
|       "boot-log": "src/modules/boot_log/boot-log.json" |       "boot-log": "src/modules/boot_log/boot-log.json" | ||||||
|     }, |     }, | ||||||
|     "Scripts": { |     "Scripts": { | ||||||
|       "prod": "export KDB_ENVIRONMENT=production; 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-dev; 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;", |       "dev": "export KDB_ENVIRONMENT=development; export KDB_NAME=KDB-Dev; cpl start;", | ||||||
|  |  | ||||||
|       "ba": "cpl build-all", |       "ba": "cpl build-all", | ||||||
|       "build-all": "cpl build-bot; cpl build-bot-core; cpl build-bot-data;", |       "build-all": "cpl build-bot; cpl build-bot-core; cpl build-bot-data;", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user