🚜 npx => bunx

This commit is contained in:
Jeff Triplett 2023-11-16 20:13:07 -06:00
parent 1a35caa3e5
commit 1316a1299c
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
just --list
@alex:
npx alex README.md
bunx alex README.md
@bootstrap:
pip install --upgrade pip pip-tools
@ -17,7 +17,7 @@
@lint:
-curlylint _layouts/
-npx awesome-lint README.md
-bunx awesome-lint README.md
@serve:
# modd --file=modd.conf
@ -30,4 +30,4 @@
docker-compose up {{ ARGS }}
@toc:
npx doctoc README.md
bunx doctoc README.md