We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620ee47 commit 686e8deCopy full SHA for 686e8de
Makefile
@@ -295,7 +295,7 @@ checks: checks-frontend checks-backend
295
checks-frontend: svg-check
296
297
.PHONY: checks-backend
298
-checks-backend: swagger-check swagger-validate
+checks-backend: test-vendor swagger-check swagger-validate
299
300
.PHONY: lint
301
lint: lint-frontend lint-backend
@@ -371,7 +371,7 @@ vendor:
371
372
.PHONY: test-vendor
373
test-vendor: vendor
374
- @diff=$$(git diff vendor/); \
+ @diff=$$(git diff go.mod go.sum); \
375
if [ -n "$$diff" ]; then \
376
echo "Please run 'make vendor' and commit the result:"; \
377
echo "$${diff}"; \
0 commit comments