summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-11-14 23:03:38 +0200
committerGitHub <noreply@github.com>2022-11-14 23:03:38 +0200
commit19928dde097a131fbcc2b73f7ba1142c6e6ee7cc (patch)
treed49e7ecde7b60d89bb208df4596f8b184dc4e41f
parente73e33f43f31aaf2ae3bcea808941cd5bad37112 (diff)
Unify scripts/ directory (#52)
* Unify scripts/ directory * Keep build.py in root for simplicity
-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