restructure

This commit is contained in:
Emily
2024-11-16 01:35:15 +01:00
parent e140585362
commit 4c811c160b
3 changed files with 12 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
"dev": "node scripts/start_dev.js",
"compile": "tsc",
"build_project": "node ../scripts/build.js",
"build": "npm run compile && npm run build",
"build": "npm run compile && npm run build_project",
"docker-build": "docker build -t litlyx-producer -f Dockerfile ../",
"docker-inspect": "docker run -it litlyx-producer sh"
},