Skip to content

Commit 74fa391

Browse files
authored
docs: update commitlint test code (#4503)
1 parent 3615402 commit 74fa391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/local-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ yarn commitlint --from HEAD~1 --to HEAD --verbose
158158
```
159159
160160
```sh [pnpm]
161-
pnpm dlx commitlint --from HEAD~1 --to HEAD --verbose
161+
pnpm commitlint --from HEAD~1 --to HEAD --verbose
162162
```
163163
164164
```sh [bun]
165-
bunx commitlint --from HEAD~1 --to HEAD --verbose
165+
bun commitlint --from HEAD~1 --to HEAD --verbose
166166
```
167167
168168
```sh [deno]

0 commit comments

Comments
 (0)