We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d271bde commit c74c378Copy full SHA for c74c378
justfile
@@ -24,9 +24,6 @@ test: build
24
test_file filename: build
25
npx ava --verbose {{filename}}
26
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 .js build artefacts in the lib directory")]
31
[confirm]
32
refresh-lib:
0 commit comments