fix(build): cleanup Go vendor dir and coverage

This commit is contained in:
Łukasz Mierzwa
2018-09-28 20:12:31 +01:00
parent 6851238ca4
commit 70af161895

View File

@@ -70,7 +70,7 @@ vendor-update: .build/deps-build-go.ok
.PHONY: clean
clean:
rm -fr .build bindata_assetfs.go $(NAME) ui/build ui/node_modules
rm -fr .build bindata_assetfs.go $(NAME) ui/build ui/node_modules vendor coverage.txt
.PHONY: run
run: $(NAME)