This commit is contained in:
Emily
2024-06-25 15:27:40 +02:00
parent f369880ba7
commit 62f555f86f
7 changed files with 35 additions and 10 deletions

View File

@@ -26,7 +26,8 @@
"compile": "tsc",
"build": "ts-node scripts/build.ts",
"create_db": "cd scripts && ts-node create_database.ts",
"build_all": "npm run compile && npm run build && npm run create_db"
"build_all": "npm run compile && npm run build && npm run create_db",
"docker-build": "node scripts/prepare_docker.js && docker build -t litlyx-broker ."
},
"keywords": [],
"author": "Emily",