Add test output files to make clean (#91)

This commit is contained in:
Ben Schumacher 2020-03-31 00:22:31 +02:00 committed by GitHub
parent 5d32943c36
commit ebbd3cdaad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,10 +185,12 @@ endif
clean: clean:
rm -fr dist/ rm -fr dist/
ifneq ($(HAS_SERVER),) ifneq ($(HAS_SERVER),)
rm -fr server/coverage.txt
rm -fr server/dist rm -fr server/dist
endif endif
ifneq ($(HAS_WEBAPP),) ifneq ($(HAS_WEBAPP),)
rm -fr webapp/.npminstall rm -fr webapp/.npminstall
rm -fr webapp/junit.xml
rm -fr webapp/dist rm -fr webapp/dist
rm -fr webapp/node_modules rm -fr webapp/node_modules
endif endif