We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0dccd commit d271bdeCopy full SHA for d271bde
justfile
@@ -27,7 +27,7 @@ test_file filename: build
27
# FOTIS: This shouldn't really be needed, as it's covered by `sync`,
28
# however, I recall having messed my environment such that this was the
29
# only solution, so keeping it here for convenience & docs.
30
-[doc("Refresh the lib directory (the .js build artefacts)")]
+[doc("Refresh the .js build artefacts in the lib directory")]
31
[confirm]
32
refresh-lib:
33
rm -rf lib && npm run build
0 commit comments