Skip to content

Commit

Permalink
pull out Makefile testing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sroomberg-ep committed Jan 14, 2025
1 parent 2d79e39 commit 9ae612e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ ui/.build/ui: node_modules/build $(UI)
cp -r ui/assets/* ui/.build/ui
npx webpack $(WEBPACK_ARGS)

.build/bin/go-bindata:
GOPATH=`pwd`/.build go install github.com/go-bindata/go-bindata/...

ui/bindata.go: .build/bin/go-bindata node_modules $(wildcard ui/assets/**/*)
rsync -r ui/assets/* .build/ui


dev: node_modules/build

test:
Expand Down

0 comments on commit 9ae612e

Please sign in to comment.