# Code style
style:
	ya style .

# build
build:
	ya make --yt-store .

# run
run-dev:
	./bin/billing-faas-depot-task run -v -o BILLING-CI \
	  --create-only \
	  --enable-taskbox \
	  --type BILLING_FAAS_DEPOT_TASK \
	  '{"custom_fields": [{"name": "service", "value": "faas"},{"name":"env", "value":"dev"},{"name": "binary_executor_release_type", "value": "custom"}]}'
