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