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