File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
-
2
1
ifeq ($(USE_REPO_TEST_DIR ) ,1)
3
2
4
3
# This rule replaces the whole Makefile when we're trying to use /tmp repository temporary files
@@ -697,10 +696,9 @@ generate-license:
697
696
generate-gitignore :
698
697
GO111MODULE=on $(GO ) run build/generate-gitignores.go
699
698
700
-
701
699
.PHONY : generate-images
702
700
generate-images :
703
- npm install --no-save --no-package-lock xmldom fabric imagemin-zopfli
701
+ npm install --no-save --no-package-lock fabric imagemin-zopfli
704
702
node build/generate-images.js
705
703
706
704
.PHONY : pr\# %
@@ -713,7 +711,7 @@ golangci-lint:
713
711
export BINARY=" golangci-lint" ; \
714
712
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(GOPATH ) /bin v1.31.0; \
715
713
fi
716
- golangci-lint run --timeout 5m
714
+ golangci-lint run --timeout 10m
717
715
718
716
.PHONY : docker
719
717
docker :
You can’t perform that action at this time.
0 commit comments