Skip to content

Commit

Permalink
makefile: Build prod assets for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
octavore committed Jun 3, 2018
1 parent 351e320 commit de40dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ build-%:
-asmflags=-trimpath=$$GOPATH \
.

release: goreleaser.yml
release: goreleaser.yml admin
goreleaser
release-nr: goreleaser.yml
release-nr: goreleaser.yml admin
goreleaser --skip-publish
goreleaser.yml:
@cat ./goreleaser.yml.tmpl \
Expand Down

0 comments on commit de40dcf

Please sign in to comment.