Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

ifeq ($(USE_REPO_TEST_DIR),1)

# This rule replaces the whole Makefile when we're trying to use /tmp repository temporary files
Expand Down Expand Up @@ -697,10 +696,9 @@ generate-license:
generate-gitignore:
GO111MODULE=on $(GO) run build/generate-gitignores.go


.PHONY: generate-images
generate-images:
npm install --no-save --no-package-lock xmldom fabric imagemin-zopfli
npm install --no-save --no-package-lock fabric imagemin-zopfli
node build/generate-images.js

.PHONY: pr\#%
Expand All @@ -713,7 +711,7 @@ golangci-lint:
export BINARY="golangci-lint"; \
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH)/bin v1.31.0; \
fi
golangci-lint run --timeout 5m
golangci-lint run --timeout 10m

.PHONY: docker
docker:
Expand Down