ci(builds): added better logic to building

This commit is contained in:
2025-07-12 14:31:15 -05:00
parent eed01197c0
commit 320968f994
8 changed files with 265 additions and 45 deletions

View File

@@ -1,16 +1,17 @@
{
"name": "logistics_support_tool",
"version": "1.0.0",
"version": "0.0.1.alpha.1",
"description": "This is the new logisitcs support tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backend": "cd backend && go run .",
"build":"powershell -File ./scripts/build.ps1",
"docker:front": "docker build -t logistics_support_tool:frontend-latest -f frontend/Dockerfile ./frontend",
"docker:back": "docker build -t logistics_support_tool:backend-latest -f backend/Dockerfile ./backend",
"docker": "powershell -File ./scripts/dockerBuild.ps1",
"release:createZip": "powershell -File ./scripts/release.ps1",
"release:gitea": "VERSION=$(cat VERSION) node ./scripts/create-gitea-release.js",
"release:gitea": "node ./scripts/create-gitea-release.js",
"commit": "cz"
},
"repository": {