Skip to content

Commit 11e573b

Browse files
committed
Add npx
1 parent 5d12371 commit 11e573b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ format:
2121

2222
checkformat:
2323
dune build @fmt
24-
prettier --check --experimental-cli .
24+
npx prettier --check --experimental-cli .
2525

2626
.DEFAULT_GOAL := build
2727

0 commit comments

Comments
 (0)