update build paths

This commit is contained in:
Hayden 2022-10-29 18:09:53 -08:00
parent 64b5c0b1db
commit a0109a992e
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -3,7 +3,6 @@ backend/.data/*
config.yml config.yml
homebox.db homebox.db
.idea .idea
.DS_Store .DS_Store
test-mailer.json test-mailer.json
node_modules node_modules
@ -32,6 +31,7 @@ node_modules
go.work go.work
.task/ .task/
backend/.env backend/.env
build/*
# Output Directory for Nuxt/Frontend during build step # Output Directory for Nuxt/Frontend during build step
backend/app/api/public/* backend/app/api/public/*

View file

@ -77,7 +77,7 @@ tasks:
go:build: go:build:
desc: Builds the backend binary desc: Builds the backend binary
cmds: cmds:
- cd backend && go build -o ../bin/backend ./app/api - cd backend && go build -o ../build/backend ./app/api
db:generate: db:generate:
desc: Run Entgo.io Code Generation desc: Run Entgo.io Code Generation