diff --git a/justfile b/justfile index 8e6c110..c947519 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,9 @@ default: @just --list +dev: + bun run dev + lint: bun run lint @@ -11,3 +14,9 @@ test: bun run test check: lint typecheck test + +build: + bun run build + +neocities: build + bashcities -n -p ants push