.PHONY: all precommit setup lint test integration_test build run fix jenkins
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
SERVICE = shine
GOMETALINTER_REV="dcb9b10f17"
include $(SELF_DIR)vendor/code.justin.tv/feeds/service-common/CommonMakefile.mk

mocks:
	mockery -dir cmd/shine/internal/api -output cmd/shine/internal/api/mocks -name Provider -outpkg apimocks

jenkins: setup test lint static_build integration_test
