mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
added lint phony and comment on clean step
This commit is contained in:
parent
5924633bc9
commit
f0533cf60f
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user