Skip to content

Commit d271bde

Browse files
Update justfile
Co-authored-by: Andrew Eisenberg <[email protected]>
1 parent 8b0dccd commit d271bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test_file filename: build
2727
# FOTIS: This shouldn't really be needed, as it's covered by `sync`,
2828
# however, I recall having messed my environment such that this was the
2929
# only solution, so keeping it here for convenience & docs.
30-
[doc("Refresh the lib directory (the .js build artefacts)")]
30+
[doc("Refresh the .js build artefacts in the lib directory")]
3131
[confirm]
3232
refresh-lib:
3333
rm -rf lib && npm run build

0 commit comments

Comments
 (0)