Skip to content

Commit 869a8fc

Browse files
committed
update makefile
1 parent 72be2c1 commit 869a8fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ code-check: ## Check and format code using pre-commit
1414

1515
test: ## Run the tests
1616
pytest --verbose
17-
pytest --mypy stac_validator
17+
pytest --mypy stac-validator
1818

1919
build-docker: ## Build a Docker container
20-
docker build -t stac_validator .
20+
docker build -t stac-validator .
2121

2222
build-tox: ## Test stac_validator on multiple Python versions
2323
docker build -f tox/Dockerfile-tox -t stac_tox .
2424

2525
run: ## Run the Docker Container and enter into bash
26-
docker run -it --entrypoint /bin/bash stac_validator
26+
docker run -it --entrypoint /bin/bash stac-validator

0 commit comments

Comments
 (0)