Skip to content

Commit

Permalink
Chore(ci): Use yarn dlx instead of npx, it is native implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 14, 2024
1 parent 58531cf commit d1a5cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Executables (local)
PKG_MANAGER = yarn
PKG_EXECUTE = npx
PKG_EXECUTE = yarn dlx
MONOREPO_TOOL = lerna

# Flags
Expand Down

0 comments on commit d1a5cc3

Please sign in to comment.