From eddef83e5b113f6bb3cb01fe85612373960ecb60 Mon Sep 17 00:00:00 2001 From: Jared Miller Date: Mon, 9 Mar 2026 17:56:53 -0400 Subject: [PATCH] Add neocities deploy --- justfile | 9 +++++++++ 1 file changed, 9 insertions(+) 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