Update justfile

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Fotis Koutoulakis 2025-03-19 17:10:52 +00:00 committed by GitHub
parent 8b0dccd066
commit d271bde0ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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