diff options
| author | Yuval Adam <_@yuv.al> | 2022-11-14 23:03:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-14 23:03:38 +0200 |
| commit | 19928dde097a131fbcc2b73f7ba1142c6e6ee7cc (patch) | |
| tree | d49e7ecde7b60d89bb208df4596f8b184dc4e41f | |
| parent | e73e33f43f31aaf2ae3bcea808941cd5bad37112 (diff) | |
Unify scripts/ directory (#52)
* Unify scripts/ directory
* Keep build.py in root for simplicity
| -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 |
