diff options
| -rw-r--r-- | Pipfile | 2 | ||||
| -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
@@ -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 |
