From d271bde0ec328140a2d7d8ee692adba0a266a9a7 Mon Sep 17 00:00:00 2001 From: Fotis Koutoulakis Date: Wed, 19 Mar 2025 17:10:52 +0000 Subject: [PATCH] Update justfile Co-authored-by: Andrew Eisenberg --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 18bd2a811..f3de7bc27 100644 --- a/justfile +++ b/justfile @@ -27,7 +27,7 @@ test_file filename: build # FOTIS: This shouldn't really be needed, as it's covered by `sync`, # however, I recall having messed my environment such that this was the # only solution, so keeping it here for convenience & docs. -[doc("Refresh the lib directory (the .js build artefacts)")] +[doc("Refresh the .js build artefacts in the lib directory")] [confirm] refresh-lib: rm -rf lib && npm run build