Remove duplicated clean command

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
lucperkins 2020-03-06 13:27:27 -08:00
parent 8c23ab3bc9
commit bea6de89c0
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ link-checker-setup:
run-link-checker:
bin/htmltest
check-internal-links: clean production-build link-checker-setup run-link-checker
check-internal-links: production-build link-checker-setup run-link-checker
check-all-links: clean production-build link-checker-setup
bin/htmltest --conf .htmltest.external.yml
check-all-links: production-build link-checker-setup
bin/htmltest --conf .htmltest.external.yml