소스 검색

:tractor: npx => bunx

Jeff Triplett 1 년 전
부모
커밋
1316a1299c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      justfile

+ 3 - 3
justfile

@@ -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