summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Pipfile2
-rw-r--r--scripts/ghpr.py (renamed from ghpr.py)0
-rw-r--r--scripts/scan.py (renamed from scan.py)0
3 files changed, 1 insertions, 1 deletions
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"
diff --git a/ghpr.py b/scripts/ghpr.py
index 4e9a124..4e9a124 100644
--- a/ghpr.py
+++ b/scripts/ghpr.py
diff --git a/scan.py b/scripts/scan.py
index cf367f4..cf367f4 100644
--- a/scan.py
+++ b/scripts/scan.py