Skip to content

Commit

Permalink
Add publisher to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shearn89 committed Jul 26, 2024
1 parent 05f9479 commit b80060e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ debug.test
# nexus pro license file
scripts/license.lic

dist/
dist/
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ endif

build: fmtcheck
go build -v .
go build -v -o dist/tf-publisher ./publisher/cmd/publisher

test: fmt
go test $(TEST) || exit 1
Expand Down

0 comments on commit b80060e

Please sign in to comment.