added lint phony and comment on clean step

This commit is contained in:
Lorenz Herzberger 2022-02-14 11:52:36 +01:00
parent 5924633bc9
commit f0533cf60f
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.PHONY: help run start stop logs test test-unit test-unit-watch test-acceptance test-integration cov doc doc-acceptance clean reset release dist check-deps clean-build clean-pyc clean-test
.PHONY: help run start stop logs lint test test-unit test-unit-watch test-acceptance test-integration cov doc doc-acceptance clean reset release dist check-deps clean-build clean-pyc clean-test
.DEFAULT_GOAL := help

View File

@ -125,6 +125,7 @@ services:
- ./integration:/integration
- ./tests:/tests
# Remove all build, test, coverage and Python artifacts
clean:
image: alpine
command: /bin/sh -c "./planetmint/scripts/clean.sh"