ci(package.json): missing scripts for committing

This commit is contained in:
2025-07-12 12:48:38 -05:00
parent b370cb17c8
commit 0b17faf618

View File

@@ -9,7 +9,8 @@
"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":"powershell -File ./scripts/release.ps1"
"release":"powershell -File ./scripts/release.ps1",
"commit":"cz"
},
"repository": {
"type": "git",