File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ INSTALL_DIR=$(shell go env GOPATH)/bin
4
4
GOOS =$(shell go env GOOS)
5
5
GOARCH =$(shell go env GOARCH)
6
6
7
- bin : $(shell find . -not -path './vendor/* ' -type f -name '* .go') go.mod go.sum
7
+ bin : $(shell find . -not -path './vendor/* ' -type f -name '* .go') go.mod go.sum $( shell find ./examples/templates)
8
8
@echo " == This builds binaries for command-line usage."
9
9
@echo " == Use \" make build\" to embed the site."
10
10
goreleaser build --snapshot --rm-dist --single-target
24
24
./scripts/develop.sh
25
25
.PHONY : dev
26
26
27
- dist/artifacts.json : site/out/index.html $(shell find . -not -path './vendor/* ' -type f -name '* .go') go.mod go.sum
27
+ dist/artifacts.json : site/out/index.html $(shell find . -not -path './vendor/* ' -type f -name '* .go') go.mod go.sum $( shell find ./examples/templates)
28
28
goreleaser release --snapshot --rm-dist --skip-sign
29
29
30
30
fmt/prettier :
You can’t perform that action at this time.
0 commit comments