Skip to content

Commit

Permalink
Update frontend dependencies and fix Makefile. (hound-search#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellegous committed Jun 16, 2019
1 parent c75143d commit 71b95d5
Show file tree
Hide file tree
Showing 4 changed files with 1,464 additions and 974 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ node_modules:
npm install

$(GOPATH)/bin/houndd: ui/bindata.go $(SRCS)
go install github.com/etsy/hound/cmds/houndd
go install github.com/hound-search/hound/cmds/houndd

$(GOPATH)/bin/hound: ui/bindata.go $(SRCS)
go install github.com/etsy/hound/cmds/hound
go install github.com/hound-search/hound/cmds/hound

.build/bin/go-bindata:
GOPATH=`pwd`/.build go get github.com/jteeuwen/go-bindata/...
Expand All @@ -32,7 +32,7 @@ dev: ALL
npm install

test:
go test github.com/etsy/hound/...
go test github.com/hound-search/hound/...

clean:
rm -rf .build node_modules
Loading

0 comments on commit 71b95d5

Please sign in to comment.