add ui back to target release linux

This commit is contained in:
Rob Loranger 2019-08-22 10:48:58 -07:00
parent 1d80e47e07
commit 42a2219335
No known key found for this signature in database
GPG key ID: D6F1633A4F0903B8
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ release : clean ui assets
$(MAKE) release-docker
# This assumes you're on linux/amd64
release-linux : clean
release-linux : clean ui
mkdir -p $(BUILDPATH)
cp -r templates $(BUILDPATH)
cp -r pages $(BUILDPATH)

2
go.mod
View file

@ -63,7 +63,7 @@ require (
github.com/writeas/slug v1.2.0
github.com/writeas/web-core v1.0.0
github.com/writefreely/go-nodeinfo v1.2.0
golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f // indirect
golang.org/x/crypto v0.0.0-20190208162236-193df9c0f06f
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect