diff --git a/cloudapi-graphql/Makefile b/cloudapi-graphql/Makefile index e5787eb2..a5bb2b0c 100644 --- a/cloudapi-graphql/Makefile +++ b/cloudapi-graphql/Makefile @@ -15,6 +15,7 @@ install-production: .PHONY: clean clean: @rm -rf node_modules + @git clean -X -f .PHONY: test test: diff --git a/frontend/Makefile b/frontend/Makefile index 5915ab92..8af067ed 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -15,6 +15,7 @@ install-production: compile clean .PHONY: clean clean: @rm -rf node_modules + @git clean -X -f .PHONY: test test: