We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3450e20 commit b101f2dCopy full SHA for b101f2d
justfile
@@ -24,7 +24,7 @@ gem-local:
24
gem-push: check
25
@if rg -g '!justfile' "\bREMIND\b" ; then just _fatal "REMIND found, bailing" ; fi
26
@just _banner rake release...
27
- rake release
+ bundle exec rake release
28
29
# optimize images
30
image_optim:
0 commit comments