mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #86 from prymitive/make-fixes
fix(tests): golangci-lint depends on populated vendor folder
This commit is contained in:
4
Makefile
4
Makefile
@@ -70,7 +70,7 @@ vendor-update: .build/deps-build-go.ok
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -fr .build bindata_assetfs.go $(NAME) ui/build ui/node_modules
|
||||
rm -fr .build bindata_assetfs.go $(NAME) ui/build ui/node_modules vendor coverage.txt
|
||||
|
||||
.PHONY: run
|
||||
run: $(NAME)
|
||||
@@ -108,7 +108,7 @@ lint-git-ci: .build/deps-build-node.ok
|
||||
ui/node_modules/.bin/commitlint-travis
|
||||
|
||||
.PHONY: lint-go
|
||||
lint-go: .build/deps-lint-go.ok
|
||||
lint-go: .build/deps-lint-go.ok .build/vendor.ok
|
||||
golangci-lint run
|
||||
|
||||
.PHONY: lint-js
|
||||
|
||||
Reference in New Issue
Block a user