Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Mar 19, 2021
1 parent 5954501 commit cb940cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ clean:
rm -rf $(CURDIR)/ui/assets.go
rm -rf $(CURDIR)/ui/assets/node_modules/*
rm -rf $(CURDIR)/ui/assets/dist/*
go clean -i -r -cache -modcache
go clean -i -cache

# Install binary locally
install:
Expand Down

0 comments on commit cb940cb

Please sign in to comment.