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 /Pipfile | |
| parent | e73e33f43f31aaf2ae3bcea808941cd5bad37112 (diff) | |
Unify scripts/ directory (#52)
* Unify scripts/ directory
* Keep build.py in root for simplicity
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 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" |
