Skip to content

Commit 6b1f18b

Browse files
committed
Always build npm scripts before building go binary
1 parent 6a28bd2 commit 6b1f18b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ setup:
44
go install github.com/go-bindata/go-bindata/...
55

66
build:
7+
npm run build
78
go-bindata -fs -prefix "public/" public/ public/build
89
go build -ldflags="-s -w"

0 commit comments

Comments
 (0)