File tree Expand file tree Collapse file tree 4 files changed +0
-4645
lines changed Expand file tree Collapse file tree 4 files changed +0
-4645
lines changed Original file line number Diff line number Diff line change 2222 rm -f $(BINARY )
2323 rm -f test/path
2424 rm -f tools/Dracula.itermcolors
25- rm -f tools/goreleaser
2625 rm -f tools/svg-term
2726 rm -rf tools/node_modules
2827.PHONY : clean
@@ -62,23 +61,11 @@ fast_check_generated:
6261 git checkout -- go.mod go.sum # can differ between go1.16 and go1.17
6362 git diff --exit-code # check no changes
6463
65- release : .goreleaser.yml tools/goreleaser
66- ./tools/goreleaser
67- .PHONY : release
68-
69- snapshot : .goreleaser.yml tools/goreleaser
70- ./tools/goreleaser --snapshot --rm-dist
71- .PHONY : snapshot
72-
7364# Non-PHONY targets (real files)
7465
7566$(BINARY ) : FORCE
7667 go build -o $@ ./cmd/golangci-lint
7768
78- tools/goreleaser : export GOFLAGS = -mod=readonly
79- tools/goreleaser : tools/go.mod tools/go.sum
80- cd tools && go build github.com/goreleaser/goreleaser
81-
8269# TODO: migrate to docs/
8370tools/svg-term : tools/package.json tools/package-lock.json
8471 cd tools && npm ci
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments