diff --git a/justfile b/justfile index 1f05068d..34f4da0a 100644 --- a/justfile +++ b/justfile @@ -9,3 +9,6 @@ lint: watch: node esbuild.mjs --watch + +clean: + rm -rf ./node_modules ./lib