Skip to content

Commit

Permalink
build: simplify hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Apr 12, 2020
1 parent 08b9912 commit e2a6c31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
project_name: tinc-web-boot
before:
hooks:
- make tools
- make ui
- go generate web/routes.go
- make regen
builds:
- main: ./cmd/tinc-web-boot/main.go
id: posix-build
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ install: backend
tools:
GO111MODULE=off go get -u -v github.com/go-bindata/go-bindata/...
GO111MODULE=off go get -u -v github.com/reddec/struct-view/cmd/events-gen

dev-tools: tools
GO111MODULE=off go get -u -v github.com/reddec/jsonrpc2/cmd/...

ui:
Expand Down

0 comments on commit e2a6c31

Please sign in to comment.