ci(builds): added better logic to building
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user