diff --git a/Makefile b/Makefile index 444bfdcf5..3cca187c5 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ typedoc: .PHONY: clean clean: rm -rf build/ + rm -rf dist/ .PHONY: check check: tsc yarn-install