This commit is contained in:
Emily
2024-06-25 00:52:12 +02:00
parent 1414451d2b
commit f369880ba7
5 changed files with 37 additions and 7 deletions

View File

@@ -20,7 +20,8 @@
"dev": "node scripts/start_dev.js",
"compile": "tsc",
"build": "ts-node scripts/build.ts",
"build_all": "npm run compile && npm run build"
"build_all": "npm run compile && npm run build",
"docker-build": "node scripts/prepare_docker.js && docker build -t litlyx-producer ."
},
"keywords": [],
"author": "Emily",