From 3e937cadee223247dc91d86a73803f33472bf15d Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 6 Aug 2025 15:26:14 +0200 Subject: remove Justfile in favor of bin scripts --- Justfile | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Justfile (limited to 'Justfile') diff --git a/Justfile b/Justfile deleted file mode 100644 index f4a6b68..0000000 --- a/Justfile +++ /dev/null @@ -1,6 +0,0 @@ -build: - docker build --no-cache -t mtg-print print - docker build --no-cache -t mtg-print-web web - -get_printings: - curl -L https://mtgjson.com/api/v5/AllPrintings.sqlite -o print/AllPrintings.sqlite -- cgit v1.2.3