Add test output files to make clean (#91)
This commit is contained in:
parent
5d32943c36
commit
ebbd3cdaad
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -185,10 +185,12 @@ endif
|
|||
clean:
|
||||
rm -fr dist/
|
||||
ifneq ($(HAS_SERVER),)
|
||||
rm -fr server/coverage.txt
|
||||
rm -fr server/dist
|
||||
endif
|
||||
ifneq ($(HAS_WEBAPP),)
|
||||
rm -fr webapp/.npminstall
|
||||
rm -fr webapp/junit.xml
|
||||
rm -fr webapp/dist
|
||||
rm -fr webapp/node_modules
|
||||
endif
|
||||
|
|
Reference in a new issue