From 19928dde097a131fbcc2b73f7ba1142c6e6ee7cc Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 14 Nov 2022 23:03:38 +0200 Subject: Unify scripts/ directory (#52) * Unify scripts/ directory * Keep build.py in root for simplicity --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 65dee8d..6ed1ed5 100644 --- a/Pipfile +++ b/Pipfile @@ -13,5 +13,5 @@ black = "*" [scripts] build = "python build.py" -scan = "python scan.py" +scan = "python scripts/scan.py" serve = "python -m http.server --directory build" -- cgit v1.3.1