Fix unexcaped `s in justfile
This commit is contained in:
parent
e2e3690a80
commit
def4b815f7
2
justfile
2
justfile
|
@ -17,7 +17,7 @@ build-dev:
|
||||||
update-modification-dates:
|
update-modification-dates:
|
||||||
MOONYTHM_UPDATE_LAST_MODIFIED=1 cargo run
|
MOONYTHM_UPDATE_LAST_MODIFIED=1 cargo run
|
||||||
git add last_modified.toml
|
git add last_modified.toml
|
||||||
git commit -m "Update `last_modified.toml`"
|
git commit -m "Update \`last_modified.toml\`"
|
||||||
# }}}
|
# }}}
|
||||||
# {{{ Linting
|
# {{{ Linting
|
||||||
lint: lint-vnu lint-css lint-htmltest lint-htmlvalidate
|
lint: lint-vnu lint-css lint-htmltest lint-htmlvalidate
|
||||||
|
|
Loading…
Reference in a new issue