Mac compat for true (#1356)

This commit is contained in:
jbirddog 2024-04-08 12:00:44 -04:00 committed by GitHub
parent 2b6640f24c
commit d1126e6531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -29,13 +29,13 @@ YML_FILES := -f docker-compose.yml \
-f $(ARENA_DEV_OVERLAY)
all: dev-env start-dev run-pyl
@/bin/true
@true
build-images:
$(DOCKER_COMPOSE) build
dev-env: stop-dev build-images poetry-i be-poetry-i be-db-clean fe-npm-i
@/bin/true
@true
start-dev: stop-dev
$(DOCKER_COMPOSE) up -d
@ -112,7 +112,7 @@ ruff:
$(IN_ARENA) poetry run ruff --fix spiffworkflow-backend
run-pyl: fe-lint-fix ruff pre-commit be-mypy be-tests-par
@/bin/true
@true
sh:
$(IN_ARENA) /bin/bash