summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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