Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update justfile
Co-authored-by: Andrew Eisenberg <[email protected]>
  • Loading branch information
NlightNFotis and aeisenberg authored Mar 19, 2025
commit c74c378e297cb8a20ad5155e7dc40f97093f4b69
3 changes: 0 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ test: build
test_file filename: build
npx ava --verbose {{filename}}

# 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 .js build artefacts in the lib directory")]
[confirm]
refresh-lib:
Expand Down
Loading