From 6a462c1356a505770a7a142745d394f52c151269 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 May 2024 14:35:46 +0200 Subject: build: add extra command to index without replacing existing index --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index da0122f..18c0acf 100644 --- a/justfile +++ b/justfile @@ -23,5 +23,8 @@ precommit: dev: watchexec -e go -r wgo run -exit ./serve/ --live --config-file config.toml +index: + wgo run -exit ./import/ --config-file config.toml + reindex: - wgo run -exit ./import/ --replace --config-file config.toml + wgo run -exit ./import/ --config-file config.toml --replace -- cgit 1.4.1