aboutsummaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-07-22 12:56:24 +0100
committerdiogo464 <[email protected]>2025-07-22 12:57:40 +0100
commitdb5f5c98081315fa9efc3fcb3538f0a396e92c84 (patch)
tree2d6d721648e180ec7f741e1727a8ec2017a27b9b /Justfile
parent74c8d808a8a062535bf2d411cadaaa08a862b37a (diff)
added commit recipe
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Justfile b/Justfile
index f91b708a3..138286f4b 100644
--- a/Justfile
+++ b/Justfile
@@ -1,6 +1,9 @@
1_default: 1_default:
2 just --list 2 just --list
3 3
4commit:
5 ./commit-events.sh
6
4scrape: 7scrape:
5 ./fetch-sitemap 8 ./fetch-sitemap
6 ./setup-directories 9 ./setup-directories
@@ -24,3 +27,4 @@ scrape-circuits:
24 27
25scrape-organizer: 28scrape-organizer:
26 ./list-slugs | xargs -e -L 64 -P 1 ./extract-organizer 29 ./list-slugs | xargs -e -L 64 -P 1 ./extract-organizer
30