mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
11 lines
218 B
Makefile
11 lines
218 B
Makefile
include make/lint.mk
|
|
include make/build.mk
|
|
|
|
lint: cart-lint loms-lint notifier-lint comments-lint
|
|
|
|
build: cart-build loms-build notifier-build comments-build
|
|
|
|
run-all:
|
|
echo "starting build"
|
|
docker-compose up --build
|