Update justfile
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
parent
8b0dccd066
commit
d271bde0ec
1 changed files with 1 additions and 1 deletions
2
justfile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue