From f9229cf066eb810a97b3b324527e42d5acba254d Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 17 Nov 2022 00:35:42 +0200 Subject: Split list and render candidates --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 6ed1ed5..cb1456c 100644 --- a/Pipfile +++ b/Pipfile @@ -14,4 +14,5 @@ black = "*" [scripts] build = "python build.py" scan = "python scripts/scan.py" +ghpr = "python scripts/ghpr.py" serve = "python -m http.server --directory build" -- cgit v1.3.1